flutter CircularProgressIndicator

JavaScript
CircularProgressIndicator(
     valueColor:AlwaysStoppedAnimation<Color>(Colors.red),
   );CircularProgressIndicator(
                        backgroundColor: Color(0xff000000),
                        valueColor:
                            AlwaysStoppedAnimation<Color>(Color(0xfffd7013)))
Source

Also in JavaScript: