wrap property
Controls how flex items wrap when they exceed the container's size.
- FlexWrap.none: Single line layout
- FlexWrap.wrap: Multi-line layout with normal line order
- FlexWrap.wrapReverse: Multi-line layout with reversed line order
Implementation
final FlexWrap wrap;