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