circularprogressindicator always ontop in flutter code example
Example: flutter CircularProgressIndicator
CircularProgressIndicator(
backgroundColor: Color(0xff000000),
valueColor:
AlwaysStoppedAnimation<Color>(Color(0xfffd7013)))