You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.
I'm currently trying to make a progress dialog for the signing up process.
loadingDialog.style( message: "Signing up...", backgroundColor: Colors.grey[900], progressWidget: CircularProgressIndicator(), padding: EdgeInsets.all(20), elevation: 10.0, borderRadius: 3.0, messageTextStyle: TextStyle(color: Colors.white, fontSize: 21) );
Everything works fine. But the CircularProgressIndicator is too big and looks kinda odd. Is there any ways to change the size of it?
Screenshot : https://imgur.com/a/xpu6uAH
The text was updated successfully, but these errors were encountered: