Function cosmic::widget::segmented_control::vertical
source ยท pub fn vertical<SelectionMode, Message>(
model: &Model<SelectionMode>,
) -> VerticalSegmentedButton<'_, SelectionMode, Message>
Expand description
A selection of multiple choices appearing as a conjoined button.
The data for the widget comes from a model that is maintained the application.
For details on the model, see the segmented_button
module for more details.