Fix issue with rendering a progress dialog

This commit is contained in:
Vishnu Mohandas 2021-02-07 01:17:42 +05:30
parent 88ee1bb46d
commit 3a0c21ddd8

View file

@ -12,7 +12,7 @@ ProgressDialog createProgressDialog(BuildContext context, String message) {
dialog.style(
message: message,
messageTextStyle: TextStyle(color: Colors.white),
backgroundColor: Theme.of(context).cardColor,
backgroundColor: Color.fromRGBO(25, 25, 25, 1.0),
progressWidget: loadWidget,
borderRadius: 4.0,
elevation: 10.0,