AnimationControllerState<T extends StatefulWidget> constructor

AnimationControllerState<T extends StatefulWidget>(
  1. Duration animationDuration
)

A constructor that takes in a duration and sets the animation duration to that duration.

Implementation

AnimationControllerState(this.animationDuration);