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