pause method

void pause()

Implementation

void pause() {
  this.animationController?.stop(canceled: false);
}