init<S>(S, content: () -> Content)
Creates a disclosure group, using a provided string to create a text view for the label.
開示グループを作成します、提供された文字列を使ってテキストビューをラベルに対して作成します。
Available when
Label
is Text
and Content
conforms to View
.
Label
がText
であるそしてContent
がView
に準拠する場合に利用可能です。
init(LocalizedStringKey , isExpanded : Binding<Bool>, content: () -> Content)
Creates a disclosure group, using a provided localized string key to create a text view for the label, and a binding to the expansion state (expanded or collapsed).
開示グループを作成します、提供されたローカライズされた文字列キーを使ってテキストビューをラベルに対して、そしてバインディングを展開状態(展開されたまたは折りたたまれた)に対して作成します。
Available when
Label
is Text
and Content
conforms to View
.
Label
がText
であるそしてContent
がView
に準拠する場合に利用可能です。
init<S>(S, isExpanded : Binding<Bool>, content: () -> Content)
Creates a disclosure group, using a provided string to create a text view for the label, and a binding to the expansion state (expanded or collapsed).
開示グループを作成します、提供された文字列を使ってテキストビューをラベルに対して、そしてバインディングを展開状態(展開されたまたは折りたたまれた)に対して作成します。
Available when
Label
is Text
and Content
conforms to View
.
Label
がText
であるそしてContent
がView
に準拠する場合に利用可能です。