chore: Follow up adapt to new flutter 3.22 material colors
This commit is contained in:
parent
3b46d91a81
commit
11d6164bc7
1 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ abstract class FluffyThemes {
|
||||||
: null,
|
: null,
|
||||||
surfaceTintColor:
|
surfaceTintColor:
|
||||||
FluffyThemes.isColumnMode(context) ? colorScheme.surface : null,
|
FluffyThemes.isColumnMode(context) ? colorScheme.surface : null,
|
||||||
|
backgroundColor:
|
||||||
|
FluffyThemes.isColumnMode(context) ? colorScheme.surface : null,
|
||||||
systemOverlayStyle: SystemUiOverlayStyle(
|
systemOverlayStyle: SystemUiOverlayStyle(
|
||||||
statusBarColor: Colors.transparent,
|
statusBarColor: Colors.transparent,
|
||||||
statusBarIconBrightness: brightness.reversed,
|
statusBarIconBrightness: brightness.reversed,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue