Expand description
A widget for laying out multiple widgets in a similar fashion as how words are wrapped in a paragraph.
Structs§
- A widget that lays its children out horizontally, wrapping into multiple rows when the widgets can’t fit.
Enums§
- The horizontal alignment to apply to widgets inside of a
Wrap
.