opt ScrollBehavior

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-23 20:00:00 +08:00
parent fa75f5c542
commit 47aaa28898
8 changed files with 54 additions and 17 deletions

View File

@@ -288,7 +288,7 @@ class MyApp extends StatelessWidget {
FlutterSmartDialog.observer,
],
scrollBehavior: PlatformUtils.isDesktop
? const CustomScrollBehavior(desktopDragDevices)
? const CustomScrollBehavior()
: null,
);
}