GestureRecognizer constructor

GestureRecognizer({Object debugOwner })

Initializes the gesture recognizer.

The argument is optional and is only used for debug purposes (e.g. in the toString serialization).

Implementation

GestureRecognizer({ this.debugOwner });