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

@@ -62,13 +62,6 @@ class _MediaPageState extends State<MediaPage>
backgroundColor: Colors.transparent,
appBar: AppBar(
toolbarHeight: 30,
backgroundColor: Colors.transparent,
systemOverlayStyle: SystemUiOverlayStyle(
statusBarIconBrightness:
Theme.of(context).brightness == Brightness.light
? Brightness.dark
: Brightness.light,
),
),
body: SingleChildScrollView(
controller: mediaController.scrollController,