pub fn vertical<SelectionMode, Message>(
model: &Model<SelectionMode>,
) -> SegmentedButton<'_, Vertical, SelectionMode, Message>Expand description
Vertical implementation of the SegmentedButton.
For details on the model, see the segmented_button module for more details.