disableAnimation property

bool? disableAnimation
final

Whether to disable smooth progress animations.

Type: bool?. If null, defaults to false. When true, disables AnimatedValueBuilder for instant progress changes.

Implementation

final bool? disableAnimation;