onAnimationStart property

VoidCallback? onAnimationStart
final

Called when this widget starts an animation. Useful for disabling other widgets during the animation.

Implementation

final VoidCallback? onAnimationStart;