controller property

AnimationController? controller
final

An external AnimationController can optionally be specified. By default Animate creates its own controller internally, which can be accessed via onInit or onPlay.

Implementation

final AnimationController? controller;