markDescendantNeedsPaint method
void
markDescendantNeedsPaint()
Called when a descendant render object's paint output has changed.
Viewport render objects override this to invalidate their paint cache so the next paint call re-renders the child subtree.
Implementation
void markDescendantNeedsPaint() {
_paintDirty = true;
}