isViewportDragging property
bool
get
isViewportDragging
Gets whether the viewport is currently being interacted with (panning/zooming).
Returns true during active canvas pan/zoom gestures.
Implementation
bool get isViewportDragging => isViewportInteracting.value;