notify method

void notify()
inherited

Implementation

void notify() {
  _needsUpdate = true;
  markNeedsBuild();
}