cancelDragging method

void cancelDragging()

Implementation

void cancelDragging() {
  for (final callback in _callbacks) {
    callback();
  }
}