Contents

buildBlock(_:)

Builds a single Widget written as a child view (e..g, { MyWidget() }) through unmodified.

Declaration

static func buildBlock<Content>(_ content: Content) -> some Widget where Content : Widget

See Also

Bundling widgets