We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30f0c4 commit 7b78985Copy full SHA for 7b78985
lib/util/theme_manager.dart
@@ -39,10 +39,16 @@ class ThemeManager {
39
brightness: brightness,
40
backgroundColor: backgroundColor,
41
canvasColor: backgroundSecondary,
42
+ primaryColor: primaryColor,
43
+ primaryColorDark: Colors.red,
44
+ primarySwatch: Colors.red,
45
colorScheme: ColorScheme.fromSwatch(brightness: brightness).copyWith(
46
primary: primaryColor,
47
48
+ background: backgroundColor,
49
+
50
),
51
52
scaffoldBackgroundColor: backgroundSecondary,
53
appBarTheme: AppBarTheme(
54
0 commit comments