dragEnd method

void dragEnd()

Implementation

void dragEnd() {
  _isDragging.value = false;
}