init(_:content:)
Creates a section with the provided content.
Declaration
@export(implementation) init(_ titleResource: LocalizedStringResource, @TabContentBuilder<SelectionValue> content: () -> Content) where Header == Text, Footer == EmptyViewParameters
- titleResource:
The localized string resource label for the section’s header.
- content:
The section’s content.