color property

Color? color
final

The color of the ProgressIndicator's indicator.

If null, then it will use ColorScheme.primary of the ambient ThemeData.colorScheme.

See also:

Implementation

final Color? color;