TapAndPanGestureRecognizer constructor

TapAndPanGestureRecognizer({
  1. Object? debugOwner,
  2. Set<PointerDeviceKind>? supportedDevices,
})

Create a gesture recognizer for interactions on a plane.

Implementation

TapAndPanGestureRecognizer({super.debugOwner, super.supportedDevices});