onDragMove method

void onDragMove(
  1. Offset delta,
  2. NodeDragContext context
)

Called during a drag operation as the node moves.

Implementation

void onDragMove(Offset delta, NodeDragContext context) {
  // Default: no-op
}