Instance Method インスタンスメソッド

groupBoxStyle(_:)

Sets the style for group boxes within this view.

Declaration 宣言

func groupBoxStyle<S>(_ style: S) -> some View where S : GroupBoxStyle

Parameters パラメータ

style

The style to apply to boxes within this view.