ajustado os dados para exibir o nome da escola
This commit is contained in:
@@ -51,11 +51,11 @@ class DadosAlunosContainer extends StatelessWidget {
|
||||
),
|
||||
Container(
|
||||
width: width*0.05,
|
||||
child: TextCustom(text: alunoModel.turma.toUpperCase())
|
||||
child: TextCustom(text: alunoModel.turma.toUpperCase(),textAlign: TextAlign.center,)
|
||||
),
|
||||
Container(
|
||||
width: width*0.20,
|
||||
child: TextCustom(text: alunoModel.escola.toUpperCase())
|
||||
width: width*0.25,
|
||||
child: TextCustom(text: alunoModel.escola.toUpperCase(),size: 14.0,)
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user