startAnim method

void startAnim(
  1. AnimationController controller
)

Method to start the animation of an animation controller

Implementation

void startAnim(AnimationController controller) {
  controller.repeat();
}