firstSortedChild property

Box? get firstSortedChild

The first child in the sorted children list, or the first natural child if no sorting.

Implementation

Box? get firstSortedChild => _firstSortedChild ?? _firstChild;