onDragMove method

dynamic onDragMove(
  1. bool dragAllowed
)

function should be called from every DragTarget in the move Event

Implementation

onDragMove(bool dragAllowed) {
  _setIsDropAllowed(dragAllowed);
}