Skip to main content

OutlinedToggleButton

Function OutlinedToggleButton 

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

M3 Outlined Toggle Button - outlined button that toggles between states.