progress_dialog icon indicating copy to clipboard operation
progress_dialog copied to clipboard

How to change the progressWidget size?

Open buckydroid opened this issue 3 years ago • 1 comments

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

buckydroid avatar Oct 27 '20 07:10 buckydroid

I don't think you can do that directly, the api has to be updated in order to do that.

fayaz07 avatar Oct 27 '20 09:10 fayaz07