circular_countdown_timer
circular_countdown_timer copied to clipboard
make animation behavior configurable
If the platform requests to disable all animations, AnimationController reduces the duration if animationBehavior is set to normal (the default). This is not desirable in all situations and can therefore be disabled by setting the animationBehavior to AnimationBehavior.preserve See: https://api.flutter.dev/flutter/animation/AnimationBehavior.html