disableAnimation property
Whether to disable progress fill animations.
Type: bool
, default: false
. When true, progress changes immediately
without smooth transitions. Useful for performance optimization.
Implementation
final bool disableAnimation;