ScrollVerticalDragGestureRecognizer constructor

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

Create a gesture recognizer for interactions in the vertical axis.

Implementation

ScrollVerticalDragGestureRecognizer({
  Object? debugOwner,
  Set<PointerDeviceKind>? supportedDevices,
}) : super(debugOwner: debugOwner, supportedDevices: supportedDevices);