pub fn FlowColumn(modifier: Modifier, config: FlowColumnConfig) -> ViewExpand description
A vertically-oriented flow layout that wraps children to new columns when
they exceed the available height. Equivalent to Column with flex_wrap(Wrap).
Tune via FlowColumnConfig (e.g. balanced packing).