valueGradient property

Gradient valueGradient
final

The progress indicator's color as an animated value.

To specify a constant color use: AlwaysStoppedAnimation<Color>(color).

If null, the progress indicator is rendered with the current theme's ThemeData.accentColor.

This property is ignored if used in an adaptive constructor inside an iOS environment.

Implementation

final Gradient valueGradient;