valueColor property

Animation<Color?>? valueColor
final

An animated color value for the progress indicator. Overrides color if provided; defaults to null (uses color).

Implementation

final Animation<Color?>? valueColor;