ScrollHorizontalDragGestureRecognizer constructor
ScrollHorizontalDragGestureRecognizer({
- Object? debugOwner,
- Set<
PointerDeviceKind> ? supportedDevices,
Create a gesture recognizer for interactions in the horizontal axis.
Implementation
ScrollHorizontalDragGestureRecognizer({
Object? debugOwner,
Set<PointerDeviceKind>? supportedDevices,
}) : super(debugOwner: debugOwner, supportedDevices: supportedDevices);