[−][src]Type Definition iced_graphics::widget::pick_list::PickList
type PickList<'a, T, Message, Backend> = PickList<'a, T, Message, Renderer<Backend>>;
A widget allowing the selection of a single value from a list of options.