File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
lib/src/extensions/build_context Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ extension FlashbarHelpers on BuildContext {
18
18
return Flash <Flash >.bar (
19
19
controller: controller,
20
20
backgroundColor: Theme .of (this ).dialogBackgroundColor,
21
+ boxShadows: const [
22
+ BoxShadow (
23
+ color: Colors .black26,
24
+ blurRadius: 25 ,
25
+ )
26
+ ],
21
27
borderRadius: const BorderRadius .all (Radius .circular (10 )),
22
28
margin: const EdgeInsets .all (Insets .l),
23
29
child: FlashBar (
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ dependencies:
14
14
intl : ^0.17.0
15
15
universal_platform : ^1.0.0+1
16
16
font_awesome_flutter : ^9.2.0
17
- flash : ^2.0.3+1
17
+ flash : ^2.0.3+2
18
18
flutter_lints : ^1.0.4
19
- dart_code_metrics : ^4.8.1
19
+ dart_code_metrics : ^4.9.0
20
20
21
21
dev_dependencies :
22
22
test : ^1.17.9
You can’t perform that action at this time.
0 commit comments