pub fn selection_list<'a, T, Message, Theme, Renderer>(
options: &'a [T],
on_selected: impl Fn(usize, T) -> Message + 'static,
) -> SelectionList<'a, T, Message, Theme, Renderer>Expand description
Shortcut helper to create a SelectionList Widget.