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,
|
||||
surfaceTintColor:
|
||||
FluffyThemes.isColumnMode(context) ? colorScheme.surface : null,
|
||||
backgroundColor:
|
||||
FluffyThemes.isColumnMode(context) ? colorScheme.surface : null,
|
||||
systemOverlayStyle: SystemUiOverlayStyle(
|
||||
statusBarColor: Colors.transparent,
|
||||
statusBarIconBrightness: brightness.reversed,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue