markChildrenNeedsSort method

void markChildrenNeedsSort()

Implementation

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