ScrollVerticalDragGestureRecognizer constructor
ScrollVerticalDragGestureRecognizer({
- Object? debugOwner,
- 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);