forceUpdate method

void forceUpdate()
inherited

Process to be rebuilt with steel regardless of state change.

Implementation

void forceUpdate() {
  _changed = true;
}