backgroundColor property

  1. @override
Color? backgroundColor
override

Color of the circular track being filled by the circular indicator.

If CircularProgressIndicator.backgroundColor is null then the ambient ProgressIndicatorThemeData.circularTrackColor will be used. If that is null, then the track will not be painted.

Implementation

@override
Color? get backgroundColor => super.backgroundColor;