Skip to content

Commit 59d32a1

Browse files
committed
set change theme location
1 parent 8f423ab commit 59d32a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class _MyAppState extends State<MyApp> {
5252
// Navigator widget
5353
FloatingDraggableWidget(
5454
autoAlign: true,
55-
dx: MediaQuery.of(context).size.width - 60,
55+
dx: 1,
5656
dy: 70,
5757
floatingWidget: GestureDetector(
5858
onTap: () {

0 commit comments

Comments
 (0)