init(content:)
Creates a section with the provided section content.
Declaration
init(@ViewBuilder content: () -> Content)Parameters
- content:
The section’s content.
Creates a section with the provided section content.
init(@ViewBuilder content: () -> Content)The section’s content.