Allow use mosue drag to scroll vertical lists

This commit is contained in:
2025-09-07 02:09:07 +08:00
parent 98dd9b6617
commit 72193ba8f3
2 changed files with 10 additions and 0 deletions

View File

@@ -240,6 +240,7 @@ class IslandApp extends HookConsumerWidget {
themeMode: ThemeMode.system,
routerConfig: router,
supportedLocales: context.supportedLocales,
scrollBehavior: AppScrollBehavior(),
localizationsDelegates: [
...context.localizationDelegates,
CroppyLocalizations.delegate,