From 466214b26a6e37a9ec58b846a281230d557aa3cc Mon Sep 17 00:00:00 2001 From: guozhigq Date: Wed, 28 Feb 2024 23:17:03 +0800 Subject: [PATCH] fix: statusBarIcon color --- lib/pages/home/view.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/pages/home/view.dart b/lib/pages/home/view.dart index 91d0ea8c..020cb355 100644 --- a/lib/pages/home/view.dart +++ b/lib/pages/home/view.dart @@ -58,6 +58,9 @@ class _HomePageState extends State return Scaffold( extendBody: true, extendBodyBehindAppBar: true, + appBar: _homeController.enableGradientBg + ? null + : AppBar(toolbarHeight: 0, elevation: 0), body: Stack( children: [ // gradient background