controller property

AnimatedTextController? controller
final

A controller for managing the state of an animated text sequence.

This controller exposes methods to play, pause, and reset the animation. The AnimatedTextState enum represents the various states the animation can be in. By calling play(), pause(), or reset(), you can transition between these states and the animated widget will react accordingly.

Implementation

final AnimatedTextController? controller;