Fix background color for dialog

This commit is contained in:
Vishnu Mohandas 2021-06-29 09:56:20 +05:30
parent a97b978848
commit 2dff31e405

View file

@ -195,6 +195,7 @@ Future<List<String>> _deleteLocalFilesInBatches(
builder: (context) {
return dialog;
},
barrierColor: Colors.black.withOpacity(0.85),
);
const minimumParts = 10;
const minimumBatchSize = 1;