start method

dynamic start()

start AutoText

Implementation

start() {
  if (animationController != null) {
    animationController!.forward();
  }
}