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 b596567 + 56eb476 commit 41c235eCopy full SHA for 41c235e
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