I'd like for the "wrap widget" context menu to offer a greater selection of builders, e.g., AnimatedBuilder and LayoutBuilder.
When it comes to single-child widgets, and even multi-child widgets, it's easy to select a similar widget and then rename it. For example, if I want a Stack, it's not available in the context menu, but I can easily select Column and then rename it. However, Builders are not so easily substituted.
Builders have varying additional arguments, e.g., Stream, Listenable, etc. Moreover, the builder delegate signature varies between Builders.
Providing more Builders would be a much bigger time saver for me than having a long list of interchangeable widgets.
I'd like for the "wrap widget" context menu to offer a greater selection of builders, e.g.,
AnimatedBuilderandLayoutBuilder.When it comes to single-child widgets, and even multi-child widgets, it's easy to select a similar widget and then rename it. For example, if I want a
Stack, it's not available in the context menu, but I can easily selectColumnand then rename it. However,Builders are not so easily substituted.Builders have varying additional arguments, e.g.,Stream,Listenable, etc. Moreover, the builder delegate signature varies betweenBuilders.Providing more
Builders would be a much bigger time saver for me than having a long list of interchangeable widgets.