ui/layout/css/stack
Values
pub fn loose() -> attribute.Attribute(a)
pub fn of(
element: fn(
List(attribute.Attribute(a)),
List(element.Element(a)),
) -> element.Element(a),
attributes: List(attribute.Attribute(a)),
spacing: types.Spacing,
children: List(element.Element(a)),
) -> element.Element(a)
pub fn packed() -> attribute.Attribute(a)
pub fn relaxed() -> attribute.Attribute(a)
pub fn space(value: String) -> attribute.Attribute(a)
pub fn stack(
attributes: List(attribute.Attribute(a)),
spacing: types.Spacing,
children: List(element.Element(a)),
) -> element.Element(a)
pub fn tight() -> attribute.Attribute(a)