Function TextButton

Source
pub fn TextButton(_: TextButtonProps) -> Element
Expand description

ยงProps

For details, see the props struct definition.

  • onpress : EventHandler<Event<MouseData>>

    Handler for button press events.

  • children : Element

    Label child element.

  • border_radius : Option<String>

    Border radiusof the container (optional).

  • color : Option<String>

    Text color (optional).

  • height : Option<String>

    Height of the container (optional).