Initializer

init(content:)

Creates an instance that generates Rotor content by combining, in order, all the Rotor content specified in the passed-in result builder.

Declaration 宣言

init(content: () -> Content)
Available when Content conforms to AccessibilityRotorContent.

Parameters パラメータ

content

The result builder that generates Rotor content for the group.

See Also 参照

Creating a Group グループを作成する