Skip to content

Commit 342b02d

Browse files
Sandip KakadiyaSandip Kakadiya
authored andcommitted
floating widget formatted
1 parent 98327d8 commit 342b02d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/components/toast/gf_floating_widget.dart

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

0 commit comments

Comments
 (0)