color property

Color? color
final

The color of the progress indicator.

If null, the ProgressIndicatorThemeData.color or ThemeData.colorScheme.primary will be used.

Implementation

final Color? color;