onDoubleTap property

GestureDoubleTapCallback? onDoubleTap
getter/setter pair

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:

Implementation

GestureDoubleTapCallback? onDoubleTap;