valuecolor in circular progress indicator code example
Example 1: circularprogressindicator color
CircularProgressIndicator(
valueColor:AlwaysStoppedAnimation<Color>(Colors.red),
);
Example 2: circular progress indicator flutter color
valueColor: new AlwaysStoppedAnimation<Color>(Colors.blue),