pressedDown method

Future<void> pressedDown()

Implementation

Future<void> pressedDown() async {
  if (!mounted) {
    return;
  }
  return animationController.forward();
}