play method

void play()

Implementation

void play() {
  _animationTicker?.paused = false;
}