onDragMove method
function should be called from every DragTarget in the move Event
Implementation
onDragMove(bool dragAllowed) {
_setIsDropAllowed(dragAllowed);
}
function should be called from every DragTarget in the move Event
onDragMove(bool dragAllowed) {
_setIsDropAllowed(dragAllowed);
}