nextSortedSibling property

Box? get nextSortedSibling

Returns the next sibling in paint order, or document order if not sorted.

Implementation

Box? get nextSortedSibling => _nextSortedSibling ?? nextSibling;