lastSortedChild property
Box?
get
lastSortedChild
The last child in the sorted children list, or the last natural child if no sorting.
Implementation
Box? get lastSortedChild => _lastSortedChild ?? _lastChild;