reverseAnimation method

dynamic reverseAnimation()

Implementation

reverseAnimation() async {
  await controller.reverse();
}