controller property

AnimationController? controller
final

An external AnimationController can optionally be specified. By default Animate creates its own controller internally.

Implementation

final AnimationController? controller;