Added notification logic and view api

This commit is contained in:
llsajjad
2025-09-22 16:05:08 +03:30
parent 2e2718a92e
commit cfc61daf71
23 changed files with 1944 additions and 152 deletions
+5
View File
@@ -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)