onDoubleTapUp method

void onDoubleTapUp(
  1. DoubleTapEvent event
)

This triggers when the pointer stops contacting the device after the second tap.

Implementation

void onDoubleTapUp(DoubleTapEvent event) {}