doubleTapListener property - Gestures class - gestures library - Dart API
doubleTapListener
doubleTapListener property
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;
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);