change circular progress indicator color flutter code example
Example 1: how to change color of circular progress indicator in flutter
valueColor: new AlwaysStoppedAnimation(Colors.blue),
Example 2: circular progress indicator flutter color
valueColor: new AlwaysStoppedAnimation(Colors.blue),