イニシャライザ
init(content:)
与えられたコンテンツでリストを作成します。
宣言
init(content: () -> Content)
SelectionValue が Never で、Content が View に準拠している場合に使用できます。
パラメータ
content
リストのコンテンツ。
以下も見よ
任意のコンテンツでリストを作成
init(selection: Binding<SelectionValue?>?, content: () -> Content)
単一の行の選択をサポートする、与えられたコンテンツでリストを作成します。
init(selection: Binding<Set<SelectionValue>>?, content: () -> Content)
複数行の選択をサポートする、与えられたコンテンツでリストを作成します。