tapListener property
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;
TapListener that notifies when a tap gesture occurs. Sets a TapListener that notifies when a tap gesture occurs.
Implementation
set tapListener(TapListener? value);