state property
The current state of the recognizer.
See GestureRecognizerState for a description of the states.
Implementation
GestureRecognizerState get state => _state;
The current state of the recognizer.
See GestureRecognizerState for a description of the states.
GestureRecognizerState get state => _state;