pause method

void pause()

Implementation

void pause() {
  _animationTicker?.paused = true;
}