init(content: () -> Content, label: () -> Label)
Creates a disclosure group with the given label and content views.
ある開示グループをこの与えられたラベルとコンテンツビューで作成します。
Availability 有効性
Technology
isExpanded
A binding to a Boolean value that determines the group’s expansion state (expanded or collapsed). グループのもつ展開状態(展開されたまたは折りたたまれた)を決定するブール値へのあるバインディング。
content
The content shown when the disclosure group expands. 開示グループが展開する時に示される内容。
label
A view that describes the content of the disclosure group. あるビュー、それはその開示グループの内容を記述します。
init(content: () -> Content, label: () -> Label)