onDoubleTapEnd property

VoidCallback? onDoubleTapEnd
final

The callback function is a lifecycle callback for the double-tap event. It is called when a double tap ends, providing the advantage of knowing when a series of consecutive double taps has finished.

Implementation

final VoidCallback? onDoubleTapEnd;