pub fn vertical<SelectionMode, Message>(
model: &Model<SelectionMode>,
) -> VerticalSegmentedButton<'_, SelectionMode, Message>
Expand description
A collection of tabs for developing a tabbed interface.
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.