backgroundColor property
override
Color of the track being filled by the linear indicator.
If CurvedLinearProgressIndicator.backgroundColor is null then the
ambient ProgressIndicatorThemeData.linearTrackColor will be used.
If that is null, then the ambient theme's ColorScheme.background
will be used to draw the track.
Implementation
@override
Color? get backgroundColor => super.backgroundColor;