slot property

dynamic slot

Information set by parent to define where this child fits in its parent's child list.

Subclasses of Element that only have one child should use null for the slot for that child.

Implementation

dynamic get slot => _slot;