onDoubleTap property Null safety
read / write
Called when the user has tapped the screen with a primary button at the same location twice in quick succession.
This triggers when the pointer stops contacting the device after the second tap.
See also:
- kPrimaryButton, the button this callback responds to.
- GestureDetector.onDoubleTap, which exposes this callback.
Implementation
GestureDoubleTapCallback? onDoubleTap;