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