CreateTemporaryPassword

This commit is contained in:
mohammad
2024-06-27 16:59:05 +03:00
parent 4b09259a47
commit 3e7b6839d9
16 changed files with 623 additions and 7 deletions

View File

@ -21,4 +21,5 @@ abstract class ColorsManager {
static const Color slidingBlueColor = Color(0x99023DFE);
static const Color blackColor = Color(0xFF000000);
static const Color lightGreen = Color(0xFF00FF0A);
static const Color grayColor = Color(0xFF999999);
}