buildOptional(_:)
Creates a builder with an optional component.
Declaration
static func buildOptional<Content>(_ content: Content?) -> Content? where Content : DynamicInstructionsCreates a builder with an optional component.
static func buildOptional<Content>(_ content: Content?) -> Content? where Content : DynamicInstructions