AnimationControllerState<T extends StatefulWidget> constructor
- Duration animationDuration
A constructor that takes in a duration and sets the animation duration to that duration.
Implementation
AnimationControllerState(this.animationDuration);