stop method

void stop()

Implementation

void stop() {
  _offsetController?.stop();
  _scaleController?.stop();
}