TapAndPanGestureRecognizer constructor
- {Object? debugOwner,
- Set<
PointerDeviceKind> ? supportedDevices}
Create a gesture recognizer for interactions on a plane.
Implementation
TapAndPanGestureRecognizer({
super.debugOwner,
super.supportedDevices,
});