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