twoFingerPanListener property
TwoFingerPanListener that notifies when a two-finger pan gesture occurs. Gets a TwoFingerPanListener that notifies when a two-finger pan gesture occurs. Gestures holds a strong reference to the listener.
Implementation
TwoFingerPanListener? get twoFingerPanListener;
TwoFingerPanListener that notifies when a two-finger pan gesture occurs. Sets a TwoFingerPanListener that notifies when a two-finger pan gesture occurs.
Implementation
set twoFingerPanListener(TwoFingerPanListener? value);