onDragExit property
Callback for when the dragged element exits the drop target
Implementation
@override
MouseEventCallback? get onDragExit =>
    (props[_$key__onDragExit___$UbiquitousDomPropsMixin] ?? null)
        as MouseEventCallback?;Callback for when the dragged element exits the drop target
Implementation
@override
set onDragExit(MouseEventCallback? value) =>
    props[_$key__onDragExit___$UbiquitousDomPropsMixin] = value;