moveNodes property
Moves a set of nodes by the given delta.
Call this during Annotation.onDragMove to move nodes along with the annotation. The delta should be in graph coordinates.
Implementation
final void Function(Set<String> nodeIds, Offset delta) moveNodes;