reset method
Resets the recognizer to GestureRecognizerState.ready.
Implementation
@override
void reset() {
super.reset();
_downGlobal = null;
_downLocal = null;
}
Resets the recognizer to GestureRecognizerState.ready.
@override
void reset() {
super.reset();
_downGlobal = null;
_downLocal = null;
}