mirror of
https://github.com/flutter/flutter.git
synced 2026-01-19 20:22:03 +08:00
PR #147801 introduced some convenient `AnimationStatus` getters, but I just realized that `AnimationController` now has 2 getters for the same thing: `isAnimating` and `isRunning`. The intent of this pull request is to correct that mistake, and implement the getters in the appropriate places.