Gestures constructor
const
Gestures({
- Key? key,
- required AnimationController? animationController,
- dynamic onStoryPaused()?,
- dynamic onStoryUnpaused()?,
Implementation
const Gestures({
Key? key,
required this.animationController,
this.onStoryPaused,
this.onStoryUnpaused,
}) : super(key: key);