animationController property

AnimationController animationController

AnimationController used for the backdrop animation.

Defaults to

AnimationController(
        vsync: this, duration: Duration(milliseconds: 200), value: 1)

Implementation

AnimationController get animationController => _animationController;