DeleteSpaceModelDialog into a separate widget

This commit is contained in:
hannathkadher
2025-02-25 21:30:27 +04:00
parent 27fef7ddaa
commit 61f0c3ad2b
4 changed files with 93 additions and 0 deletions

View File

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