onDragLeave method
dynamic
onDragLeave()
function should be called from every DragTarget in the onLeave Event
Implementation
onDragLeave() {
_setIsDropAllowed(false);
messageToShowDuringMove = null;
}
function should be called from every DragTarget in the onLeave Event
onDragLeave() {
_setIsDropAllowed(false);
messageToShowDuringMove = null;
}