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