init(content:)
Creates a section with the provided section content.
Declaration
init(@TabContentBuilder<SelectionValue> content: () -> Content) where Header == EmptyView, Footer == EmptyViewParameters
- content:
The section’s content.
Creates a section with the provided section content.
init(@TabContentBuilder<SelectionValue> content: () -> Content) where Header == EmptyView, Footer == EmptyViewThe section’s content.