init(content:)
Creates a form with the provided content.
Declaration
init(@ViewBuilder content: () -> Content)Parameters
- content:
A Viewbuilder that provides the content for the form.
Creates a form with the provided content.
init(@ViewBuilder content: () -> Content)A Viewbuilder that provides the content for the form.