onDragEnd property
Called when a drag operation ends normally.
Receives DragEndDetails with velocity information. Use this to:
- Clear the dragged element ID
- Re-enable canvas panning
- Complete connections (for ports)
Implementation
final void Function(DragEndDetails details) onDragEnd;