backgroundColor property

Color? backgroundColor
final

Color of background ring on which progress is drawn.

If null then darken(ringColor, 85) is used. Note: background ring will only be shown if showBackground is true.

Implementation

final Color? backgroundColor;