onDoubleTapDown method

void onDoubleTapDown(
  1. DoubleTapDownEvent event
)

This triggers immediately after the down event of the second tap.

Implementation

void onDoubleTapDown(DoubleTapDownEvent event) {}