inserida a possibilidade de resetar a senha e bloquear o responsável

This commit is contained in:
Reginaldo
2023-06-30 16:41:54 -03:00
parent a04cdfa77c
commit 615680c947
5 changed files with 180 additions and 76 deletions

View File

@@ -186,7 +186,7 @@ class _HomeScreenState extends State<HomeScreen> {
setState(()=>showEscola?showEscola=false:showEscola=true);
},
text: showEscola?'Cadastrar Pais':'Cadastrar Usuários',
size: 15,
fontSize: 15,
widthCustom: 0.1,
heightCustom: 0.05,
colorButton: PaletteColors.primaryColor,
@@ -231,7 +231,7 @@ class _HomeScreenState extends State<HomeScreen> {
widthCustom: 0.05,
heightCustom: 0.063,
text: "PESQUISAR",
size: 10.0,
fontSize: 10.0,
colorText: PaletteColors.white,
colorButton: PaletteColors.green,
colorBorder: PaletteColors.green,
@@ -251,7 +251,7 @@ class _HomeScreenState extends State<HomeScreen> {
widthCustom: 0.05,
heightCustom: 0.063,
text: "LIMPAR",
size: 10.0,
fontSize: 10.0,
colorText: PaletteColors.white,
colorButton: PaletteColors.primaryColor,
colorBorder: PaletteColors.primaryColor,
@@ -347,7 +347,7 @@ class _HomeScreenState extends State<HomeScreen> {
widthCustom: 0.05,
heightCustom: 0.063,
text: "PESQUISAR",
size: 10.0,
fontSize: 10.0,
colorText: PaletteColors.white,
colorButton: PaletteColors.green,
colorBorder: PaletteColors.green,
@@ -366,7 +366,7 @@ class _HomeScreenState extends State<HomeScreen> {
widthCustom: 0.05,
heightCustom: 0.063,
text: "LIMPAR",
size: 10.0,
fontSize: 10.0,
colorText: PaletteColors.white,
colorButton: PaletteColors.primaryColor,
colorBorder: PaletteColors.primaryColor,