progressGradient property
The gradient used to paint the progress indicator fill.
Type: Gradient?. If null, falls back to color based painting.
When provided, it overrides solid-color fill rendering.
Implementation
final Gradient? progressGradient;