color property

Color? color
finalinherited

The progress indicator's color.

This is only used if valueColor is null. If color is also null, then the ambient YaruProgressIndicatorThemeData.color will be used. If that is null then the current theme's ColorScheme.primary will be used by default.

Implementation

final Color? color;