ajustes de layout

This commit is contained in:
Reginaldo
2023-06-01 16:34:36 -03:00
parent 9e27ea48a4
commit c4fe38b215
8 changed files with 353 additions and 117 deletions

View File

@@ -96,7 +96,7 @@ class _LoginScreenState extends State<LoginScreen> {
child: InputText(
inputFormatters: [],
controller: inputLogin,
title: 'Login',
title: 'LOGIN',
width: width>900? width * 0.18:width*0.5,
colorBorder: PaletteColors.white,
),
@@ -107,7 +107,7 @@ class _LoginScreenState extends State<LoginScreen> {
child: InputText(
inputFormatters: [],
controller: inputSenha,
title: 'Senha',
title: 'SENHA',
obscure: true,
width: width * 0.18,
colorBorder: PaletteColors.white,
@@ -119,12 +119,12 @@ class _LoginScreenState extends State<LoginScreen> {
children: [
CircularProgressIndicator(),
SizedBox(width: 20,),
TextCustom(text: 'Validando Acesso...')
TextCustom(text: 'VALIDANDO ACESSO...')
],
):ButtonCustom(
widthCustom: 0.1,
heightCustom: 0.07,
text: "Entrar",
text: "ENTRAR",
size: 14.0,
colorText: PaletteColors.white,
colorButton: PaletteColors.primaryColor,