pub fn OutlinedToggleButton(
checked: bool,
on_checked_change: impl Fn(bool) + 'static,
config: ToggleButtonConfig,
content: impl FnOnce(bool) -> View,
) -> ViewExpand description
M3 Outlined Toggle Button - outlined button that toggles between states.