Skip to content

Commit 40c98e1

Browse files
committed
gf-floating widget code modified
1 parent a567166 commit 40c98e1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/components/floating_widget/gf_floating_widget.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ class _GFFloatingWidgetState extends State<GFFloatingWidget> {
6262
left: widget.horizontalPosition != null
6363
? widget.horizontalPosition
6464
: 0.0,
65-
// right: widget.horizontalPosition != null
66-
// ? widget.horizontalPosition
67-
// : 0.0,
6865
child: widget.child ?? Container(),
6966
)
7067
],

0 commit comments

Comments
 (0)