flutter
Wrap(
children: [widget1, widget2, break_Line_widget, widget3, ...])
Is there any widget to start a new run in a Wrap? equivalent to web <br/>
.
Looked
How to make a new line in Wrap Widget
It is for text widgets only. In my case, they can be any widgets.