pinchRotateListener property
PinchRotateListener that notifies when a pinch-rotate gesture occurs. Gets a PinchRotateListener that notifies when a pinch-rotate gesture occurs. Gestures holds a strong reference to the listener.
Implementation
PinchRotateListener? get pinchRotateListener;
PinchRotateListener that notifies when a pinch-rotate gesture occurs. Sets a PinchRotateListener that notifies when a pinch-rotate gesture occurs.
Implementation
set pinchRotateListener(PinchRotateListener? value);