onDoubleTapStart property
The callback function is a lifecycle callback for the double-tap event. It is called when a double tap starts, which is useful for handling actions that occur during successive double taps.
Implementation
final VoidCallback? onDoubleTapStart;