HorizontalDragGestureRecognizer constructor

HorizontalDragGestureRecognizer({Object debugOwner })

Create a gesture recognizer for interactions in the horizontal axis.

Implementation

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