Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modal_progress_hud #31

Open
omarshokry1811 opened this issue Jul 4, 2020 · 1 comment
Open

modal_progress_hud #31

omarshokry1811 opened this issue Jul 4, 2020 · 1 comment

Comments

@omarshokry1811
Copy link

color doesn't change even i changed the property

@gipic
Copy link

gipic commented Aug 24, 2020

That's right! Color property is not working!!!
Actually I have just discovered that color property refers to background color and not the indicator itself.

To change color:

body: ModalProgressHUD(
   progressIndicator: CircularProgressIndicator(
      valueColor: AlwaysStoppedAnimation<Color>(Colors.green),
    ),
    inAsyncCall: showSpinner,
    child: ...
)

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

No branches or pull requests

2 participants