Skip to content

Instantly share code, notes, and snippets.

@fayaz07
Created September 13, 2019 20:35
Show Gist options
  • Save fayaz07/8d16b62d57aa864b66feb82088d54091 to your computer and use it in GitHub Desktop.
Save fayaz07/8d16b62d57aa864b66feb82088d54091 to your computer and use it in GitHub Desktop.
pr.style(
message: 'Downloading file...',
borderRadius: 10.0,
backgroundColor: Colors.white,
progressWidget: CircularProgressIndicator(),
elevation: 10.0,
insetAnimCurve: Curves.easeInOut,
progress: 0.0,
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