buildExpression(_:)
Builds an expression within the builder.
Declaration
static func buildExpression<Content>(_ content: Content) -> Content where Content : WidgetBuilds an expression within the builder.
static func buildExpression<Content>(_ content: Content) -> Content where Content : Widget