forceRebuild method
void
forceRebuild()
Force a rebuild on the next frame (e.g., after touch interaction)
Implementation
void forceRebuild() {
_forceNextRebuild = true;
}
Force a rebuild on the next frame (e.g., after touch interaction)
void forceRebuild() {
_forceNextRebuild = true;
}