column

Function column 

Source
pub fn column<F>(args: ColumnArgs, scope_config: F)
where F: FnOnce(&mut ColumnScope<'_>),
Expand description

A column component that arranges its children vertically.

The column stacks its children from top to bottom and provides control over sizing, alignment and proportional space distribution via weights. Children are added via the scope closure, which provides a ColumnScope to add children declaratively.