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