circularTrackColor property
final
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
final Color? circularTrackColor;