startDrag method

void startDrag()

Begin an interactive drag session.

Implementation

void startDrag() {
  _animationController.stop();
  _setState(_state.copyWith(phase: MorphPhase.dragging, isDragging: true));
}