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.
1 parent 98327d8 commit 342b02dCopy full SHA for 342b02d
lib/components/toast/gf_floating_widget.dart
@@ -49,7 +49,9 @@ class _GFFloatingWidgetState extends State<GFFloatingWidget> {
49
Positioned(
50
child: Container(
51
height: MediaQuery.of(context).size.height,
52
- color: widget.showblurness ? widget.blurnessColor??Colors.black54 : null,
+ color: widget.showblurness
53
+ ? widget.blurnessColor ?? Colors.black54
54
+ : null,
55
child: Stack(
56
children: <Widget>[
57
0 commit comments