disableAnimation property

bool? disableAnimation
final

Whether to disable smooth progress animations.

Type: bool?. If null, defaults to false. When true, progress changes instantly without transitions for performance optimization.

Implementation

final bool? disableAnimation;