tapListener property

TapListener? tapListener

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

Implementation

TapListener? get tapListener;
void tapListener=(TapListener? value)

TapListener that notifies when a tap gesture occurs. Sets a TapListener that notifies when a tap gesture occurs.

Implementation

set tapListener(TapListener? value);