onTap property
read / write
A tap has occurred.
This triggers once the gesture has won the arena, immediately after onTapUp.
If the gesture doesn't win the arena, onTapCancel is called instead.
See also:
- GestureDetector.onTap, which exposes this callback.
Implementation
GestureTapCallback onTap