-
Initializes a
Formwith the provided content view.Declaration
Swift
public init(@ViewBuilder content: () -> Content) -
Declaration
Swift
public var body: some View { get }
SwiftWeb Docs (67% documented)
Initializes a Form with the provided content view.
Swift
public init(@ViewBuilder content: () -> Content)
Swift
public var body: some View { get }