Home > front end >  How can I achieve this CircularProgressIndicator in Flutter?
How can I achieve this CircularProgressIndicator in Flutter?

Time:06-30

does anyone know how to achieve a CircularProgressIndicator() as on the screenshot below in Flutter?

CircularProgressIndicator

CodePudding user response:

That's the IOS equivalent of the CircularProgressIndicator(). You can use enter image description here

  • Related