groupBoxStyle(_:)
Sets the style for group boxes within this view.
Declaration
nonisolated func groupBoxStyle<S>(_ style: S) -> some View where S : GroupBoxStyle
Parameters
- style:
The style to apply to boxes within this view.
Sets the style for group boxes within this view.
nonisolated func groupBoxStyle<S>(_ style: S) -> some View where S : GroupBoxStyle
The style to apply to boxes within this view.