flutter circularprogressionbar color change code example
Example: how to change color of circular progress indicator in flutter
valueColor: new AlwaysStoppedAnimation<Color>(Colors.blue),
valueColor: new AlwaysStoppedAnimation<Color>(Colors.blue),