ElementBuilderChild
public protocol ElementBuilderChild
Defines a way for anElement to be implicitly converted into the conforming type (the child of a container).
In practice, this allows us to pass an Element directly into the result builder without manually converting to Child (i.e. Converting Element -> StackLayout.Child.
View on GitHub
ElementBuilderChild Protocol Reference