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.
2 parents f224442 + 166bae6 commit 56eb476Copy full SHA for 56eb476
lib/components/toast/gf_floating_widget.dart
@@ -49,7 +49,7 @@ class _GFFloatingWidgetState extends State<GFFloatingWidget> {
49
Positioned(
50
child: Container(
51
height: MediaQuery.of(context).size.height,
52
- color: widget.showblurness ? widget.blurnessColor : null,
+ color: widget.showblurness ? widget.blurnessColor??Colors.black54 : null,
53
child: Stack(
54
children: <Widget>[
55
0 commit comments