pub fn TonalToggleButton(
checked: bool,
on_checked_change: impl Fn(bool) + 'static,
config: ToggleButtonConfig,
content: impl FnOnce(bool) -> View,
) -> ViewExpand description
M3 Tonal Toggle Button - uses secondary container colors.