clearNeedsPaint method

void clearNeedsPaint()

Clears the needs-paint flag, indicating painting is up to date.

Implementation

void clearNeedsPaint() {
  _needsPaint = false;
}