GestureTapMoveCallback typedef

GestureTapMoveCallback = void Function(TapMoveDetails details)

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:

Implementation

typedef GestureTapMoveCallback = void Function(TapMoveDetails details);