backgroundColor property

Color? backgroundColor
final

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;