Initializer

init(content:)

Creates a form with the provided content.

Declaration 宣言

init(content: () -> Content)

Parameters パラメータ

content

A ViewBuilder that provides the content for the form.