pub fn button_with<E: Serialize>(
label: impl Into<String>,
style: ButtonStyle,
on_press: E,
opts: ButtonOpts,
) -> WidgetExpand description
A button with a ButtonOpts tone, leading icon, and/or full width.
pub fn button_with<E: Serialize>(
label: impl Into<String>,
style: ButtonStyle,
on_press: E,
opts: ButtonOpts,
) -> WidgetA button with a ButtonOpts tone, leading icon, and/or full width.