void stopMimic()

Stop the mimicking process, restoring the widget to its original location in the tree.

Source

void stopMimic() {
  _state._stopMimic();
}