isPanZoomActive property

bool isPanZoomActive

Whether the pointer simulated by this object currently has an active pan/zoom gesture.

A pan/zoom gesture begins when panZoomStart is called, and ends when panZoomEnd is called.

Implementation

bool get isPanZoomActive => _isPanZoomActive;