dragStart method

void dragStart()

Implementation

void dragStart() {
  _animationKey = null;
  _naturalElasticController.stop();
  _restrictController.stop();

  _isDragging.value = true;
}