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

Show only circular indicator #66

Closed
huiwen0212 opened this issue May 28, 2020 · 3 comments
Closed

Show only circular indicator #66

huiwen0212 opened this issue May 28, 2020 · 3 comments

Comments

@huiwen0212
Copy link

Hi, is it possible to just the loading indicator without the message and center it?

@fayaz07
Copy link
Owner

fayaz07 commented May 28, 2020

check the child property

@fayaz07 fayaz07 closed this as completed May 28, 2020
@huiwen0212
Copy link
Author

huiwen0212 commented May 28, 2020

What do I need to do in the child property to remove the Text widget and also center the circularIndicator? Sorry I am new to flutter

@fayaz07
Copy link
Owner

fayaz07 commented May 29, 2020

Yeah, that's okay

pr = ProgressDialog(
      context,
      type: ProgressDialogType.Normal,
      isDismissible: true,
      /// your body here
      customBody: CircularProgressIndicator(
        valueColor: AlwaysStoppedAnimation<Color>(Colors.blueAccent),
        backgroundColor: Colors.white,
      ),
    );

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