forceRebuild method

void forceRebuild()

Force a rebuild on the next frame (e.g., after touch interaction)

Implementation

void forceRebuild() {
  _forceNextRebuild = true;
}