CaptureGestures.all constructor
const
CaptureGestures.all({})
Captures all gestures.
Implementation
const CaptureGestures.all({
Key? key,
this.child,
this.capturingTap = true,
this.capturingDoubleTap = true,
this.capturingLongPress = true,
this.capturingVerticalDrag = true,
this.capturingHorizontalDrag = true,
this.capturingForcePress = true,
this.display = false,
}) : super(key: key);