Skip to content

Commit 9d58f86

Browse files
authored
Update container.dart
增加阴影
1 parent 2d81580 commit 9d58f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/widgets/container.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ class _Indicator extends StatelessWidget {
195195
borderRadius: BorderRadius.circular(
196196
EasyLoadingTheme.radius,
197197
),
198+
boxShadow: EasyLoadingTheme.boxShadow,
198199
),
199200
padding: EasyLoadingTheme.contentPadding,
200201
child: Column(

0 commit comments

Comments
 (0)