Contents

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.