Added notification logic and view api
This commit is contained in:
@@ -100,6 +100,11 @@ class AppColors {
|
||||
? const Color.fromRGBO(104, 151, 151, 0.2)
|
||||
: const Color(0xFFEAF8F9);
|
||||
|
||||
static Color get primary10Light =>
|
||||
_isDarkMode
|
||||
? const Color.fromRGBO(104, 151, 151, 0.2)
|
||||
: const Color(0xFFF7FAFF);
|
||||
|
||||
static Color get primary20 =>
|
||||
_isDarkMode
|
||||
? const Color.fromRGBO(111, 134, 165, 0.2)
|
||||
|
||||
Reference in New Issue
Block a user