Closed troncomputers closed 2 years ago
Hi @troncomputers
I just added the parameter and it should work properly. Please upgrade the package version to 2.3.0 and search for systemOverlayStyle
and try to set custom values as you wish.
Have a nice day.
Wow that was quick 💪🤘
There is something else, maybe I did it wrong. The statusBarColor: Colors.transparent
is not applied.
SystemUiOverlayStyle getStatusBarTheme() {
return SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
systemNavigationBarColor: Get.isDarkMode ? darkTheme.scaffoldBackgroundColor : lightTheme.scaffoldBackgroundColor,
statusBarBrightness: Brightness.light,
statusBarIconBrightness: Brightness.light,
);
}
Hello once again @troncomputers
There was an actual issue with that, but it should be fixed now. You can update to version 2.3.1 and try again.
Perfect ✌ thank you.
I need to be able to set
systemOverlayStyle
, just like normalAppBar
has.