трепетание CircularProgressIndicator

CircularProgressIndicator(
                        backgroundColor: Color(0xff000000),
                        valueColor:
                            AlwaysStoppedAnimation<Color>(Color(0xfffd7013)))
adeleyeayodeji