previousSortedSibling property

Box? get previousSortedSibling

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

Implementation

Box? get previousSortedSibling => _previousSortedSibling ?? previousSibling;