NodeDragContext<T> constructor
const
NodeDragContext<T> ({})
Implementation
const NodeDragContext({
required this.moveNodes,
required this.findNodesInBounds,
required this.getNode,
this.shouldSkipUpdates,
});