onEdgeDrop property
Occurs when an edge is droped on the canvas without a target
Implementation
final Function(NodeSocketModel source, Vector2 dropPosition)? onEdgeDrop;
Occurs when an edge is droped on the canvas without a target
final Function(NodeSocketModel source, Vector2 dropPosition)? onEdgeDrop;