controller property

AnimationController? controller
final

When a animation controller is specified, the progress of the animation can be controlled externally.

The visibility of the rendered SVG depends on the current controller.value but also on the type of LineAnimation. When no controller is provided the progress of the animation is controlled via the fields run, duration.

Implementation

final AnimationController? controller;