ajustes de layout
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user