secondaryColor property

Color? secondaryColor
final

The progress indicator's color.

This is only used if secondaryValueColor is null. If secondaryColor is also null, then it defaults to the current theme's ColorScheme.primary by default.

This property is ignored if used in an adaptive constructor inside an iOS environment.

Implementation

final Color? secondaryColor;