color property
final
The color of the ProgressIndicator's indicator.
If null, then it will use ColorScheme.primary of the ambient ThemeData.colorScheme.
See also:
- ProgressIndicator.color, which specifies the indicator color for a specific progress indicator.
- ProgressIndicator.valueColor, which specifies the indicator color a an animated color.
Implementation
final Color? color;