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