detachDragTarget method

void detachDragTarget(
  1. FloatingDragTargetController controller
)

Implementation

void detachDragTarget(FloatingDragTargetController controller) {
  _dragTargetControllers.remove(controller);
  notifyListeners();
}