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