onAnimate property

dynamic Function(AnimationUpdate) onAnimate
final

Optional handler which will be called on every tick of the animation.

Implementation

final Function(AnimationUpdate) onAnimate;