valueColor property

Animation<Color> valueColor
final

The indicator's color is the animation's value. To specify a constant color use: new AlwaysStoppedAnimation<Color>(color).

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

Implementation

final Animation<Color> valueColor