Skip to content

Commit 41c235e

Browse files
authored
Merge pull request #21 from ionicfirebaseapp/master
master pull
2 parents b596567 + 56eb476 commit 41c235e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/toast/gf_floating_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class _GFFloatingWidgetState extends State<GFFloatingWidget> {
4949
Positioned(
5050
child: Container(
5151
height: MediaQuery.of(context).size.height,
52-
color: widget.showblurness ? widget.blurnessColor : null,
52+
color: widget.showblurness ? widget.blurnessColor??Colors.black54 : null,
5353
child: Stack(
5454
children: <Widget>[
5555
Positioned(

0 commit comments

Comments
 (0)