stopCurrentSnapping method

void stopCurrentSnapping()

Stops the current snapping if there is one ongoing.

Implementation

void stopCurrentSnapping() {
  _checkAttachment();
  return _state!._animationController.stop();
}