Skip to content

Commit 56eb476

Browse files
authored
Merge pull request #87 from shravyackm/loader
Loader
2 parents f224442 + 166bae6 commit 56eb476

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)