isAnimating property

bool get isAnimating

Getter that returns true if the MapControllerImpl performs a zoom, drag or rotate animation.

Implementation

bool get isAnimating => _animationController.isAnimating;