inserida a possibilidade de resetar a senha e bloquear o responsável
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user