remove unused val

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-19 10:45:57 +08:00
parent 1e6b0f0b53
commit 888b3d8173
2 changed files with 0 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ class MainController extends GetxController
RxBool? showBottomBar;
late final bool hideBottomBar;
late final barHideType = Pref.barHideType;
late double navHeight = 80.0;
bool useBottomNav = false;
late dynamic controller;
final RxInt selectedIndex = 0.obs;