Flutter Multiple Widget Remove

Viewed 29

How to remove multiple widgets at once in flutter while working on vs code?

1 Answers

I know what you're talking about, but in VS Code you can only delete one widget at a time.

Related