animationBehavior property Null safety
final
The behavior of the controller when AccessibilityFeatures.disableAnimations is true.
Defaults to AnimationBehavior.normal for the AnimationController.new constructor, and AnimationBehavior.preserve for the AnimationController.unbounded constructor.
Implementation
final AnimationBehavior animationBehavior;