criada a tela seleciona_filho_screen.dart e situacao_escolar_screen.dart

This commit is contained in:
Reginaldo
2023-06-02 19:02:35 -03:00
parent 352417006c
commit 8623f372b7
16 changed files with 595 additions and 56 deletions

View File

@@ -4,11 +4,14 @@ class PaletteColors{
static const Color white = Colors.white;
static const Color primaryColor = Color(0xffBB0202);
static const Color secundColor = Color(0xffFF9E75);
static const Color backPage = Color(0xffdfdfdf);
static const Color bgColor = Color(0xff3A3A3A);
static const Color grey = Color (0xff757575);
static const Color divider = Color (0xffc9c9c9);
static const Color greyInput = Color (0xffE1E1E1);
static const Color lightGrey = Color(0xffD0D0D0);
static const Color midGrey = Color(0xffC4C4C4);
static const Color backGrey = Color(0xffE9E9E9);
static const Color green = Color(0xff06790c);
static const Color appBar = Color(0xff3A3A3A);
}