Gestures constructor

const Gestures({
  1. Key? key,
  2. required AnimationController? animationController,
})

Implementation

const Gestures({
  Key? key,
  required this.animationController,
}) : super(key: key);