nextSibling property

ChildLayout? get nextSibling

The next sibling in the layout tree.

Used for traversing the child list during layout calculations.

Implementation

ChildLayout? get nextSibling;