salvando os logs

This commit is contained in:
Reginaldo
2023-07-03 15:19:16 -03:00
parent 2c42e54d59
commit ec0df618b3
16 changed files with 152 additions and 46 deletions

View File

@@ -45,7 +45,7 @@ class DrawerCustom extends StatelessWidget {
// ),
Padding(
padding: const EdgeInsets.symmetric(vertical: 8.0,horizontal: 40),
child: TextCustom(text: estudanteModelo.nome.split(" ").first,fontWeight: FontWeight.bold,size: 16.0,textAlign: TextAlign.start),
child: TextCustom(text: estudanteModelo.NO_ALUNO.split(" ").first,fontWeight: FontWeight.bold,size: 16.0,textAlign: TextAlign.start),
),
Container(
height: Dimensoes.height*0.5,