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,
) -> ViewExpand description
M3 Segmented List Item -> multi-selection (toggleable) variant.