onTapCancel property
read / write
The pointer that previously triggered onTapDown will not end up causing a tap.
This triggers if the gesture loses the arena.
If the gesture wins the arena, onTapUp and onTap are called instead.
See also:
- GestureDetector.onTapCancel, which exposes this callback.
Implementation
GestureTapCancelCallback onTapCancel