moveNodes property

void Function(Set<String> nodeIds, Offset delta) moveNodes
final

Moves a set of nodes by the given delta.

Call this during Node.onDragMove to move nodes along with the current node. The delta should be in graph coordinates.

Implementation

final void Function(Set<String> nodeIds, Offset delta) moveNodes;