color property
The color of the progress indicator.
If null, the ProgressIndicatorThemeData.color or ThemeData.colorScheme.primary
will be used.
Implementation
final Color? color;
The color of the progress indicator.
If null, the ProgressIndicatorThemeData.color or ThemeData.colorScheme.primary
will be used.
final Color? color;