change the shape of a circularprogressindicator flutter 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),