GestureDoubleTapCallback typedef

GestureDoubleTapCallback = void Function()

Signature for callback when the user has tapped the screen at the same location twice in quick succession.

See also:

Implementation

typedef GestureDoubleTapCallback = void Function();