panListener property

PanListener? panListener

PanListener that notifies when a pan gesture occurs. Gets a PanListener that notifies when a pan gesture occurs. Gestures holds a strong reference to the listener.

Implementation

PanListener? get panListener;
void panListener=(PanListener? value)

PanListener that notifies when a pan gesture occurs. Sets a PanListener that notifies when a pan gesture occurs.

Implementation

set panListener(PanListener? value);