makeBody(configuration:)
Creates a view that represents the body of a form.
Declaration
@ViewBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.BodyParameters
- configuration:
The properties of the form.
Return Value
A view that has behavior and appearance that enables it to function as a Form.