CupertinoActivityIndicator is the iOS(Cupertino) version of the material circular progress indicator. It animates in a clockwise circle. Flutter possesses in its store a widget to perform this task with ease & perfection Using CupertinoActivityIndicator.
It will look like
Code
CupertinoActivityIndicator( animating: true, radius: 22, ),
Thanks for reading !!