Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

How to change the progressWidget size? #82

Open
buckydroid opened this issue Oct 27, 2020 · 1 comment
Open

How to change the progressWidget size? #82

buckydroid opened this issue Oct 27, 2020 · 1 comment

Comments

@buckydroid
Copy link

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

@fayaz07
Copy link
Owner

fayaz07 commented Oct 27, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants