eagerVictoryOnDrag property
getter/setter pair
Whether this recognizer eagerly declares victory when it has detected a drag.
When this value is false
, this recognizer will wait until it is the last
recognizer in the gesture arena before declaring victory on a drag.
Defaults to true
.
Implementation
bool eagerVictoryOnDrag;