ajustes dos dados classe, turma, e check dos dados

This commit is contained in:
Reginaldo
2023-06-20 14:29:03 -03:00
parent 67af2e648f
commit 48d4eb30dc
5 changed files with 14 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ class DadosAlunosContainer extends StatelessWidget {
),
Container(
width: width*0.05,
child: TextCustom(text: alunoModel.serie.toUpperCase()+'°')
child: TextCustom(text: alunoModel.serie.toUpperCase())
),
Container(
width: width*0.05,