controller property

Animation<double>? controller
final

The animation controller to animate the Lottie animation. If null, a controller is automatically created by this class and is configured with the properties animate, reverse

Implementation

final Animation<double>? controller;