-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Description
Flutter has widgets with lots of options, so when I am creating a new RaiserButton and I want to see its parameters with Ctrl+P, I get this:
Which isn't much helpful to look at the options and find which ones I want.
It would be nice to have a way to show this same list as a vertical list, something close to this:
Which is the way Flutter is actually coded, because it's a lot easier to read and follow.
Maybe hitting Ctrl+P once brigs the list as vertical and hitting again toggles between vertical and horizontal?
Metadata
Metadata
Assignees
Labels
No labels

