EasyGesture constructor
const
EasyGesture({})
Implementation
const EasyGesture(
{Key? key,
this.onTap,
this.onDoubleTap,
this.onLongPress,
this.onHorizontalSwipe,
this.onVerticalSwipe,
this.horizontalThreshold = 40,
this.verticalThreshold = 40,
required this.child})
: super(key: key);