Initializer

init(content:)

Creates a group of toolbar content instances.

Declaration 宣言

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

Parameters パラメータ

content

A ToolbarContentBuilder that produces the toolbar content instances to group.

See Also 参照

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