-
Initializes the
Sectionwith the supplied header and content views.Declaration
Swift
public init(header: Parent, @ViewBuilder content: () -> Content) -
Declaration
Swift
public var body: some View { get }
SwiftWeb Docs (67% documented)
Initializes the Section with the supplied header and content views.
Swift
public init(header: Parent, @ViewBuilder content: () -> Content)
Swift
public var body: some View { get }