valueColor property
The progress indicator's color as an animated value.
If null, the progress indicator is rendered with color
. If that is null,
then it will use the ambient YaruProgressIndicatorThemeData.color
. If that
is also null then it defaults to the current theme's ColorScheme.primary.
Implementation
final Animation<Color?>? valueColor;