progressGradient property
An optional gradient to apply to the progress fill.
Type: Gradient?. If provided, this gradient will be used to fill the progress bar instead of a solid color.
The gradient will be applied across the entire progress fill area, transitioning smoothly as progress changes.
Implementation
final Gradient? progressGradient;