remove circular progress indicator outline code example
Example: flutter CircularProgressIndicator
CircularProgressIndicator(
backgroundColor: Color(0xff000000),
valueColor:
AlwaysStoppedAnimation(Color(0xfffd7013)))