color property

Color? color
final

The progress indicator's color.

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

Implementation

final Color? color;