ajustes de layout

This commit is contained in:
Reginaldo
2023-08-08 09:35:23 -03:00
parent f077fdd580
commit d5aef78f06
6 changed files with 48 additions and 46 deletions

View File

@@ -386,7 +386,6 @@ class _ResponsibleRegisterScreenState extends State<ResponsibleRegisterScreen> {
}),
text: 'Cancelar',
widthCustom: 0.1,
heightCustom: 0.05,
colorText: Colors.white,
colorBorder: PaletteColors.primaryColor,
colorButton: PaletteColors.primaryColor,
@@ -400,7 +399,6 @@ class _ResponsibleRegisterScreenState extends State<ResponsibleRegisterScreen> {
},
text: 'Salvar',
widthCustom: 0.1,
heightCustom: 0.05,
colorText: Colors.white,
colorBorder: PaletteColors.green,
colorButton: PaletteColors.green,
@@ -452,7 +450,6 @@ class _ResponsibleRegisterScreenState extends State<ResponsibleRegisterScreen> {
onPressed:()=>Navigator.pop(context),
text: 'NÃO',
widthCustom: 0.1,
heightCustom: 0.05,
colorText: Colors.white,
colorBorder: PaletteColors.bgColor,
colorButton: PaletteColors.bgColor,
@@ -462,7 +459,6 @@ class _ResponsibleRegisterScreenState extends State<ResponsibleRegisterScreen> {
onPressed:()=>excluirResponsavel(index, responsaveis[index].CPF),
text: 'SIM',
widthCustom: 0.1,
heightCustom: 0.05,
colorText: Colors.white,
colorBorder: PaletteColors.primaryColor,
colorButton: PaletteColors.primaryColor,
@@ -484,7 +480,6 @@ class _ResponsibleRegisterScreenState extends State<ResponsibleRegisterScreen> {
onPressed:()=>Navigator.pop(context),
text: 'NÃO',
widthCustom: 0.1,
heightCustom: 0.05,
colorText: Colors.white,
colorBorder: PaletteColors.bgColor,
colorButton: PaletteColors.bgColor,
@@ -501,7 +496,6 @@ class _ResponsibleRegisterScreenState extends State<ResponsibleRegisterScreen> {
},
text: 'SIM',
widthCustom: 0.1,
heightCustom: 0.05,
colorText: Colors.white,
colorBorder: PaletteColors.primaryColor,
colorButton: PaletteColors.primaryColor,
@@ -523,7 +517,6 @@ class _ResponsibleRegisterScreenState extends State<ResponsibleRegisterScreen> {
onPressed:()=>Navigator.pop(context),
text: 'NÃO',
widthCustom: 0.1,
heightCustom: 0.05,
colorText: Colors.white,
colorBorder: PaletteColors.bgColor,
colorButton: PaletteColors.bgColor,
@@ -539,7 +532,6 @@ class _ResponsibleRegisterScreenState extends State<ResponsibleRegisterScreen> {
},
text: 'SIM',
widthCustom: 0.1,
heightCustom: 0.05,
colorText: Colors.white,
colorBorder: PaletteColors.primaryColor,
colorButton: PaletteColors.primaryColor,