Skip to content

Instantly share code, notes, and snippets.

@fayaz07
Created September 13, 2019 20:37
Show Gist options
  • Save fayaz07/1a3b21803ebf73e98f322407d8fc9080 to your computer and use it in GitHub Desktop.
Save fayaz07/1a3b21803ebf73e98f322407d8fc9080 to your computer and use it in GitHub Desktop.
pr.update(
progress: 50.0,
message: "Please wait...",
progressWidget: Container(
padding: EdgeInsets.all(8.0), child: CircularProgressIndicator()),
maxProgress: 100.0,
progressTextStyle: TextStyle(
color: Colors.black, fontSize: 13.0, fontWeight: FontWeight.w400),
messageTextStyle: TextStyle(
color: Colors.black, fontSize: 19.0, fontWeight: FontWeight.w600),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment