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