MultiChildElement
Base class for elements that contain multiple child elements. Use this for layout elements that arrange several children, such as columns, rows, or stacks.
Constructor
MultiChildElement
Creates a new multi-child element with an optional key.
| Parameter | Description |
|---|---|
key | An optional key for reconciliation identity. |
Properties
Children
The child elements contained in this element. Must be set during object initialization.
Methods
GetChildren
Returns the child elements of this element.
Last updated on