color property

Color? color
final

The color of the progress bar.

This color represents the portion of the bar that indicates progress.

Defaults to CupertinoColors.activeBlue if no color is specified.

Implementation

final Color? color;