Skip to main content

FlowRow

Function FlowRow 

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