reach/ui/library
Types
pub type Justify {
JustifyEnd
JustifySpaceBetween
JustifyStart
}
Constructors
-
JustifyEnd -
JustifySpaceBetween -
JustifyStart
Values
pub fn box(
direction: Direction,
align: Align,
justify: Justify,
gap: Spacing,
children: List(element.Element(msg)),
) -> element.Element(msg)