markNeedsPaint method

void markNeedsPaint()

Implementation

void markNeedsPaint() {
  _needsPaint = true;
}