trackColor property
The progress indicator track's color.
This is only used if trackValueColor
is null.
If trackColor
is also null, then the ambient
YaruProgressIndicatorThemeData.trackColor
will be used. If that
is null then it defaults to a translucent version of the resolved color
value.
Implementation
final Color? trackColor;