SingleDragGestureRecognizer constructor
SingleDragGestureRecognizer({
- Object? debugOwner,
- Set<
PointerDeviceKind> ? supportedDevices,
Implementation
SingleDragGestureRecognizer({
super.debugOwner,
super.supportedDevices,
}) {
onStart = _onStart;
onUpdate = _onUpdate;
onEnd = _onEnd;
onCancel = _onLongPressCancel;
}