Skip to content

Commit 37df1a1

Browse files
authored
Update easy_loading.dart
增加阴影
1 parent b00907c commit 37df1a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/easy_loading.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ class EasyLoading {
165165

166166
/// background color of loading, only used for [EasyLoadingStyle.custom].
167167
Color? backgroundColor;
168+
169+
/// boxShadow of loading, only used for [EasyLoadingStyle.custom].
170+
List<BoxShadow>? boxShadow;
168171

169172
/// mask color of loading, only used for [EasyLoadingMaskType.custom].
170173
Color? maskColor;

0 commit comments

Comments
 (0)