Component - Wrap widget
The Wrap widget arranges its child widgets in horizontal or vertical lines and automatically moves to the next line when there is no more space. It is like wrapping text in a paragraph, but for widgets.
The Wrap widget arranges its child widgets in horizontal or vertical lines and automatically moves to the next line when there is no more space. It is like wrapping text in a paragraph, but for widgets.
Wrap ├─ Container (child 1) ├─ Container (child 2) ├─ Container (child 3) ├─ Container (child 4) └─ Container (child 5)