opt hide top/bottom bar

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-18 14:48:42 +08:00
parent a5efca4e1f
commit dfa258b9e6
13 changed files with 157 additions and 224 deletions

View File

@@ -1653,7 +1653,7 @@ class _VerticalTabBarState extends State<VerticalTabBar> {
tabCenter +
paddingTop -
viewportWidth / 2.0 +
(_mainCtr.useBottomNav && (_mainCtr.showBottomBar?.value ?? true)
(_mainCtr.useBottomNav && (_mainCtr.barOffset?.value ?? 0) == 0
? 80.0
: 0.0),
minExtent,