onDoubleTapConsecutive property
The callback function is called to determine whether consecutive double taps should continue. It returns a bool indicating whether the long tap event should continue after the initial occurrence.
Implementation
final TouchRippleContinuableCallback? onDoubleTapConsecutive;