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

controlGroupStyle(_:)

Sets the style for control groups within this view.

Declaration 宣言

func controlGroupStyle<S>(_ style: S) -> some View where S : ControlGroupStyle

Parameters パラメータ

style

The style to apply to controls within this view.

See Also 参照

Styling a Control Group