notify method

void notify()

Implementation

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