mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-03-29 10:57:06 +01:00
fix: Flutter2.5 invisible appbar
This commit is contained in:
parent
5af3b50048
commit
9b7a0aadd3
@ -108,7 +108,7 @@ abstract class FluffyThemes {
|
|||||||
appBarTheme: AppBarTheme(
|
appBarTheme: AppBarTheme(
|
||||||
elevation: 2,
|
elevation: 2,
|
||||||
systemOverlayStyle: SystemUiOverlayStyle.dark,
|
systemOverlayStyle: SystemUiOverlayStyle.dark,
|
||||||
color: Colors.white,
|
backgroundColor: Colors.white,
|
||||||
titleTextStyle: TextStyle(
|
titleTextStyle: TextStyle(
|
||||||
color: Colors.black,
|
color: Colors.black,
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
@ -196,7 +196,7 @@ abstract class FluffyThemes {
|
|||||||
appBarTheme: AppBarTheme(
|
appBarTheme: AppBarTheme(
|
||||||
elevation: 2,
|
elevation: 2,
|
||||||
systemOverlayStyle: SystemUiOverlayStyle.light,
|
systemOverlayStyle: SystemUiOverlayStyle.light,
|
||||||
color: Color(0xff1D1D1D),
|
backgroundColor: Color(0xff1D1D1D),
|
||||||
titleTextStyle: TextStyle(
|
titleTextStyle: TextStyle(
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user