ScrollHorizontalDragGestureRecognizer constructor

ScrollHorizontalDragGestureRecognizer({
  1. Object? debugOwner,
  2. 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);