opt scrollable gesture

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-31 15:34:50 +08:00
parent 32fd0e4a76
commit 1ded09f246
52 changed files with 460 additions and 3172 deletions

View File

@@ -442,8 +442,6 @@ class _MainAppState extends PopScopeState<MainApp>
child = TabBarView(
controller: _mainController.controller,
physics: const NeverScrollableScrollPhysics(),
/// apply `lib/scripts/tabs.patch`
scrollDirection: _mainController.useBottomNav ? .horizontal : .vertical,
children: _mainController.navigationBars.map((i) => i.page).toList(),
);