onDragMove method
Called during a drag operation as the node moves.
Implementation
void onDragMove(Offset delta, NodeDragContext context) {
// Default: no-op
}
Called during a drag operation as the node moves.
void onDragMove(Offset delta, NodeDragContext context) {
// Default: no-op
}