onTapMove property
final
A pointer that triggered a tap has moved.
This triggers when the pointer moves after the tap gesture has been recognized.
See also:
- kPrimaryButton, the button this callback responds to.
Implementation
final GestureTapMoveCallback? onTapMove;