Implemented calendar widget and bloc.

This commit is contained in:
Faris Armoush
2025-05-06 14:59:54 +03:00
parent 428cd34492
commit ad41a2a87e
10 changed files with 305 additions and 41 deletions

View File

@ -72,4 +72,5 @@ abstract class ColorsManager {
//background: #F8F8F8;
static const Color vividBlue = Color(0xFF023DFE);
static const Color semiTransparentRed = Color(0x99FF0000);
static const Color grey700 = Color(0xFF2D3748);
}