GestureTapMoveCallback typedef
Signature for when a pointer that triggered a tap has moved.
The position at which the pointer moved is available in the details
.
See also:
- GestureDetector.onTapMove, which matches this signature.
- TapGestureRecognizer, which uses this signature in one of its callbacks.
Implementation
typedef GestureTapMoveCallback = void Function(TapMoveDetails details);