NovOnAcceptOnNode typedef
NovOnAcceptOnNode =
void Function(NovDragAndDropDetails<Node> details, Node target, NodeContainer? parent)
A callback that handles the acceptance of a dragged node by a target node.
Implementation
typedef NovOnAcceptOnNode = void Function(
NovDragAndDropDetails<Node> details,
Node target,
NodeContainer? parent,
);