createAnimationController method

AnimationController createAnimationController()

Implementation

AnimationController createAnimationController() {
  return AnimationController(
    duration: richbar.duration,
    debugLabel: debugLabel,
    vsync: navigator!,
  );
}