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 a567166 commit 40c98e1Copy full SHA for 40c98e1
1 file changed
lib/components/floating_widget/gf_floating_widget.dart
@@ -62,9 +62,6 @@ class _GFFloatingWidgetState extends State<GFFloatingWidget> {
62
left: widget.horizontalPosition != null
63
? widget.horizontalPosition
64
: 0.0,
65
-// right: widget.horizontalPosition != null
66
-// ? widget.horizontalPosition
67
-// : 0.0,
68
child: widget.child ?? Container(),
69
)
70
],
0 commit comments