Contents

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.

See Also

Grouping views into a box