Skip to main content

FlowColumn

Function FlowColumn 

Source
pub fn FlowColumn(modifier: Modifier, config: FlowColumnConfig) -> View
Expand 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).