currentlySnapping property

bool currentlySnapping

Returns true if the snapping sheet is currently trying to snap to a position.

Implementation

bool get currentlySnapping {
  _checkAttachment();
  return _state!._animationController.isAnimating;
}