Skip to main content

SegmentedToggleableListItem

Function SegmentedToggleableListItem 

Source
pub fn SegmentedToggleableListItem(
    index: usize,
    count: usize,
    headline: impl Into<String>,
    checked: bool,
    on_checked_change: impl Fn(bool) + 'static,
    supporting_text: Option<String>,
    overline_text: Option<String>,
    leading: Option<View>,
    trailing: Option<View>,
    config: ListItemConfig,
) -> View
Expand description

M3 Segmented List Item -> multi-selection (toggleable) variant.