animateOut method

Future<void> animateOut()

Implementation

Future<void> animateOut() async {
  await _animationController.reverse(from: 1);
}