animationBehavior property
AnimationBehavior
get
animationBehavior
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
AnimationBehavior get animationBehavior => _hooked.animationBehavior;