ajustes dos dados classe, turma, e check dos dados
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -35,9 +35,15 @@ class DadosResponsaveisContainer extends StatelessWidget {
|
||||
width: width*0.35,
|
||||
padding: EdgeInsets.symmetric(vertical: 10,horizontal: 5),
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
CaixaTextoContainer(texto: responsavelModel.NOME,titulo: 'Nome',widthCustom: 0.15),
|
||||
CaixaTextoContainer(texto: responsavelModel.PARENTESCO,titulo: 'Parentesco',widthCustom: 0.1,),
|
||||
responsavelModel.CPF!='' && responsavelModel.SENHA!=''?Container(
|
||||
alignment: Alignment.bottomCenter,
|
||||
margin: EdgeInsets.all(5),
|
||||
child: Icon(Icons.check_circle,color: Colors.green,),
|
||||
):Container()
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user