Segmented Buttons
Represents a Material UI styled segmented control for switching between options.
Overview
Initializer
SegmentedButton(
_ data: Data,
id: KeyPath<Data.Element, ID>,
selection: Binding<Data.Element>,
@ViewBuilder _ content: @escaping (Data.Element) -> Content
)Parameters
Parameter
Description
Example


Last updated