onInit property
This callback return the used AnimationController. Them assign this controller to your external controller to handle the animation.
To handle the animation just use controller.forward(from: 0.0);
Implementation
final Function(AnimationController) onInit;