Fix issue with rendering a progress dialog
This commit is contained in:
parent
88ee1bb46d
commit
3a0c21ddd8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue