Skip to content

Commit 6c92179

Browse files
committed
Update ScrollBehavior Mouse Drag
- Enable dragging with the mouse.
1 parent d0debdb commit 6c92179

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ class MyApp extends StatelessWidget {
6262
child: child!),
6363
),
6464
child: BouncingScrollWrapper.builder(
65-
context, buildPage(settings.name ?? '')));
65+
context, buildPage(settings.name ?? ''),
66+
dragWithMouse: true));
6667
});
6768
},
6869
debugShowCheckedModeBanner: false,

0 commit comments

Comments
 (0)