doubleTapListener property

DoubleTapListener? doubleTapListener

DoubleTapListener that notifies when a double-tap gesture occurs. Gets a DoubleTapListener that notifies when a double-tap gesture occurs. Gestures holds a strong reference to the listener.

Implementation

DoubleTapListener? get doubleTapListener;
void doubleTapListener=(DoubleTapListener? value)

DoubleTapListener that notifies when a double-tap gesture occurs. Sets a DoubleTapListener that notifies when a double-tap gesture occurs.

Implementation

set doubleTapListener(DoubleTapListener? value);