logo

Type Definition iced::pure::widget::pick_list::PickList

source · []
pub type PickList<'a, T, Message> = PickList<'a, T, Message, Renderer>;
Available on crate feature pure only.
Expand description

A widget allowing the selection of a single value from a list of options.