onAnimate property
final
Optional handler which will be called on every tick of the animation.
Implementation
final Function(AnimationUpdate) onAnimate;
Optional handler which will be called on every tick of the animation.
final Function(AnimationUpdate) onAnimate;