init(content:footer:)
Creates a section with a footer and the provided section content.
Declaration
init(@ContentBuilder content: () -> Content, @ContentBuilder footer: () -> Footer)Parameters
- content:
The section’s content.
- footer:
A view to use as the section’s footer.