fix: dynamic appbar

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-23 12:19:45 +08:00
parent a9e4f2081d
commit 9536b5db6f
6 changed files with 9 additions and 25 deletions

View File

@@ -186,14 +186,6 @@ class _DynamicsPageState extends State<DynamicsPage>
: null,
leadingWidth: 50,
toolbarHeight: 50,
elevation: 0,
backgroundColor: Colors.transparent,
systemOverlayStyle: SystemUiOverlayStyle(
statusBarIconBrightness:
Theme.of(context).brightness == Brightness.light
? Brightness.dark
: Brightness.light,
),
title: SizedBox(
height: 50,
child: TabBar(