nextSortedSibling property

Box? get nextSortedSibling

Implementation

Box? get nextSortedSibling => _nextSortedSibling ?? nextSibling;