ElementBuilder
extension ElementBuilder
extension ElementBuilder where Child == Overlay.Child
extension ElementBuilder where Child == StackLayout.Child
-
Allow an Element to be implicitly converted into
Child
.Declaration
Swift
public static func buildExpression(_ element: Element) -> Children
-
Allow an Optional Element to be unwrapped and implicitly converted into
Child
.Declaration
Swift
public static func buildExpression(_ child: Element?) -> Children
-
Allow Elements to be implicitly converted into
Child
.Declaration
Swift
public static func buildExpression(_ elements: [Element]) -> Children
-
Declaration
Swift
public static func buildExpression(_ keyed: Keyed) -> Children
-
Declaration
Swift
public static func buildExpression(_ keyed: Keyed) -> Children