updateDrag method

void updateDrag(
  1. Offset pos
)

Implementation

void updateDrag(Offset pos) {
  _dragOffset = pos - _dragStartPos;
}