2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-06-21 18:17:23 +02:00

Merge branch 'systemnavbarcolor' into 'main'

systemNavigationBarColor ← appBar.backgroundColor

Closes 

See merge request 
This commit is contained in:
Krille Fear 2021-12-09 07:40:54 +00:00
commit f6b42d5de7

@ -146,7 +146,8 @@ class _FluffyChatAppState extends State<FluffyChatApp> {
SystemChrome.setSystemUIOverlayStyle(
SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
systemNavigationBarColor: Theme.of(context).backgroundColor,
systemNavigationBarColor:
Theme.of(context).appBarTheme.backgroundColor,
systemNavigationBarIconBrightness:
Theme.of(context).brightness == Brightness.light
? Brightness.dark