dirty method

void dirty()

Require the UI to render during the next render call.

Implementation

void dirty() {
  _dirty = true;
}