Skip to main content

ElevatedToggleButton

Function ElevatedToggleButton 

Source
pub fn ElevatedToggleButton(
    checked: bool,
    on_checked_change: impl Fn(bool) + 'static,
    config: ToggleButtonConfig,
    content: impl FnOnce(bool) -> View,
) -> View
Expand description

M3 Elevated Toggle Button - elevated button that toggles between states.