semantic value and label circular progress indicator flutter example
Example: flutter CircularProgressIndicator
CircularProgressIndicator(
backgroundColor: Color(0xff000000),
valueColor:
AlwaysStoppedAnimation<Color>(Color(0xfffd7013)))