animateReverse method

void animateReverse()

Implementation

void animateReverse() {
  _controller.reverse();
}