trackValueColor property

Animation<Color?>? trackValueColor
finalinherited

The progress indicator track's color as an animated value.

If null, the progress indicator is rendered with trackColor. If that is null, then it will use the ambient YaruProgressIndicatorThemeData.trackColor. If that is null then it defaults to a translucent version of the resolved color value.

Implementation

final Animation<Color?>? trackValueColor;