controlGroupStyle(_:)
Sets the style for control groups within this view.
Declaration
nonisolated func controlGroupStyle<S>(_ style: S) -> some View where S : ControlGroupStyle
Parameters
- style:
The style to apply to controls within this view.
Sets the style for control groups within this view.
nonisolated func controlGroupStyle<S>(_ style: S) -> some View where S : ControlGroupStyle
The style to apply to controls within this view.