ui/toggle_button
Types
Values
pub fn pressed(is_pressed: Bool) -> attribute.Attribute(a)
pub fn size(s: Size) -> attribute.Attribute(a)
pub fn toggle_button(
attributes: List(attribute.Attribute(a)),
children: List(element.Element(a)),
) -> element.Element(a)
pub fn variant(v: Variant) -> attribute.Attribute(a)