ソースを参照

Fix background color for dialog

Vishnu Mohandas 4 年 前
コミット
2dff31e405
1 ファイル変更1 行追加0 行削除
  1. 1 0
      lib/utils/delete_file_util.dart

+ 1 - 0
lib/utils/delete_file_util.dart

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