forwardAnimation method

void forwardAnimation()

forward animation

Implementation

void forwardAnimation() {
  _animationController.forward();
}