We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00907c commit 37df1a1Copy full SHA for 37df1a1
lib/src/easy_loading.dart
@@ -165,6 +165,9 @@ class EasyLoading {
165
166
/// background color of loading, only used for [EasyLoadingStyle.custom].
167
Color? backgroundColor;
168
+
169
+ /// boxShadow of loading, only used for [EasyLoadingStyle.custom].
170
+ List<BoxShadow>? boxShadow;
171
172
/// mask color of loading, only used for [EasyLoadingMaskType.custom].
173
Color? maskColor;
0 commit comments