handleTapMove method

  1. @protected
void handleTapMove({
  1. required PointerMoveEvent move,
})

A pointer that triggered a tap has moved.

This triggers on the move event if the recognizer has recognized the tap gesture.

The parameter move is the move event of the primary pointer that started the tap sequence.

Implementation

@protected
void handleTapMove({required PointerMoveEvent move}) {}