invalidate method

void invalidate()

Invalidate the content of the Stage. This will render the stage on the next frame if the renderMode is set to StageRenderMode.AUTO_INVALID.

Implementation

void invalidate() {
  _invalid = true;
}