HorizontalMultiDragGestureRecognizer constructor

HorizontalMultiDragGestureRecognizer({Object debugOwner })

Create a gesture recognizer for tracking multiple pointers at once but only if they first move horizontally.

Implementation

HorizontalMultiDragGestureRecognizer({ Object debugOwner }) : super(debugOwner: debugOwner);