ajustes logo e navigação tela historico
This commit is contained in:
@@ -154,7 +154,7 @@ class _TelaBoletimState extends State<TelaBoletim> {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBarCustom().appbar(context, 'BOLETIM ESCOLAR'),
|
||||
drawer: DrawerCustom(estudanteModelo: widget.estudanteModelo),
|
||||
// drawer: DrawerCustom(estudanteModelo: widget.estudanteModelo),
|
||||
body: carregando?Center(
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
||||
@@ -222,9 +222,12 @@ class _TelaLoginState extends State<TelaLogin> {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
backgroundColor: PaletaCores.branco,
|
||||
body: Center(
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
body: Container(
|
||||
padding: EdgeInsets.all(Dimensoes.width*0.15),
|
||||
width: Dimensoes.width,
|
||||
height: Dimensoes.height,
|
||||
alignment: Alignment.center,
|
||||
child: ListView(
|
||||
children: [
|
||||
GestureDetector(
|
||||
onTap: carregando?null:()=>setState((){
|
||||
@@ -265,6 +268,7 @@ class _TelaLoginState extends State<TelaLogin> {
|
||||
FilteringTextInputFormatter.digitsOnly,
|
||||
CpfInputFormatter(),
|
||||
],
|
||||
textInputType: TextInputType.number,
|
||||
controller: inputLogin,
|
||||
title: 'Login',
|
||||
width: Dimensoes.width>900? Dimensoes.width * 0.18:Dimensoes.width*0.7,
|
||||
|
||||
Reference in New Issue
Block a user