Skip to main content

button

Function button 

Source
pub fn button<E: Serialize>(
    label: impl Into<String>,
    style: ButtonStyle,
    on_press: E,
) -> Widget