pub fn FlowRow(modifier: Modifier, config: FlowRowConfig) -> ViewExpand description
A horizontally-oriented flow layout that wraps children to new rows when
they exceed the available width. Equivalent to Row with flex_wrap(Wrap).
Tune via FlowRowConfig (e.g. balanced packing).