init(content: () -> Content)
Creates a list with the given content.
あるリストをこの与えられた内容で作成します。
Available when
SelectionValue
is Never
and Content
conforms to View
.init(selection: Binding<Set<SelectionValue >>?, content: () -> Content)
Creates a list with the given content that supports selecting multiple rows.
あるリストをその与えられた内容で作成します、それは複数の行の選択をサポートします。