resetAnimationOnRebuild property

bool? resetAnimationOnRebuild
final

Whether the animation settings are reset when Animator widget is rebuilt. The default value is false.

Animation settings are defined by the tween, duration and curve argument.

Implementation

final bool? resetAnimationOnRebuild;