protocol ControlGroupStyle
Defines the implementation of all control groups within a view hierarchy.
Availability 有効性
Technology
func controlGroupStyle<S>(_ style: S) -> some View
where S : ControlGroupStyle
style
The style to apply to controls within this view.
protocol ControlGroupStyle