static power clamp

This commit is contained in:
mohammad
2024-10-14 16:14:17 +03:00
parent 0e6b83d9f5
commit e0dbbd67d1
11 changed files with 578 additions and 5 deletions

View File

@ -29,4 +29,7 @@ abstract class ColorsManager {
static const Color graysColor = Color(0xffEBEBEB);
static const Color textGray = Color(0xffD5D5D5);
static const Color switchButton = Color(0xff023DFE);
static const Color grayBox = Color(0xffF5F5F5);
static const Color chart = Color(0xff023DFE);
}
//background: #F5F5F5;023DFE