controller property

Animation<double>? controller
final

The animation controller of the Lottie animation. The animated value will be mapped to the progress property of the Lottie animation.

Implementation

final Animation<double>? controller;