rejectGesture method
Called when this recognizer loses the arena.
Implementation
@override
void rejectGesture() {
_timer?.cancel();
_timer = null;
state = GestureRecognizerState.defunct;
}
Called when this recognizer loses the arena.
@override
void rejectGesture() {
_timer?.cancel();
_timer = null;
state = GestureRecognizerState.defunct;
}