onMove property

ValueChanged<GraphViewport>? onMove
final

Called continuously during viewport movement (pan or zoom) Receives the new viewport state

Implementation

final ValueChanged<GraphViewport>? onMove;