fix: Flutter2.5 invisible appbar
This commit is contained in:
parent
b1f23b86e5
commit
a66d1d0d3f
1 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ abstract class FluffyThemes {
|
|||
appBarTheme: AppBarTheme(
|
||||
elevation: 2,
|
||||
systemOverlayStyle: SystemUiOverlayStyle.dark,
|
||||
color: Colors.white,
|
||||
backgroundColor: Colors.white,
|
||||
titleTextStyle: TextStyle(
|
||||
color: Colors.black,
|
||||
fontSize: 20,
|
||||
|
|
@ -196,7 +196,7 @@ abstract class FluffyThemes {
|
|||
appBarTheme: AppBarTheme(
|
||||
elevation: 2,
|
||||
systemOverlayStyle: SystemUiOverlayStyle.light,
|
||||
color: Color(0xff1D1D1D),
|
||||
backgroundColor: Color(0xff1D1D1D),
|
||||
titleTextStyle: TextStyle(
|
||||
color: Colors.white,
|
||||
fontSize: 20,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue