markChildrenNeedsSort method
      
void
markChildrenNeedsSort()
      
     
    
    
Implementation
void markChildrenNeedsSort() {
  _childrenNeedsSort = true;
  _paintingOrder = null;
}void markChildrenNeedsSort() {
  _childrenNeedsSort = true;
  _paintingOrder = null;
}