plushie/widget/keyed_column
Keyed column widget builder (column with keyed children for efficient diffing).
Types
pub opaque type KeyedColumn
Values
pub fn a11y(kc: KeyedColumn, a: a11y.A11y) -> KeyedColumn
Set accessibility properties for this widget.
pub fn align_x(
kc: KeyedColumn,
a: alignment.Alignment,
) -> KeyedColumn
Set the horizontal alignment.
pub fn extend(
kc: KeyedColumn,
children: List(node.Node),
) -> KeyedColumn
Add multiple child nodes.
pub fn spacing(kc: KeyedColumn, s: Int) -> KeyedColumn
Set the spacing between children.