This commit is contained in:
Manasit.K
2024-12-12 10:12:19 +07:00
parent 43c32ef6cf
commit ed510b00d1
52 changed files with 1256 additions and 1027 deletions

View File

@@ -25,6 +25,7 @@ class ColorCustom {
static const red = Color(0xff9d001b);
static const white = Color(0xFFFFFFFF);
static const black = Color(0xFF000000);
static const primaryColor = Color(0xFFCFDFEB);