ajustes nos dados do contatos
This commit is contained in:
@@ -52,13 +52,23 @@ class _TelaPerfilState extends State<TelaPerfil> {
|
||||
Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
ItemModelo(texto: 'José Oliveira', titulo: 'Diretor(a)',widthCustom: 0.5),
|
||||
ItemModelo(texto: 'Luiz Araújo', titulo: 'Coordenador(a)',widthCustom: 0.4),
|
||||
ItemModelo(texto: '', titulo: 'Tefelones:',widthCustom: 0.5),
|
||||
ItemModelo(texto: 'Coordenação - (15) 3275 - 1234', titulo: ''),
|
||||
ItemModelo(texto: 'Secretaroa - (15) 3275 - 1234', titulo: ''),
|
||||
widget.estudanteModelo.dados[widget.estudanteModelo.nroAluno]['TX_DIRETOR']==''
|
||||
?Container()
|
||||
:ItemModelo(texto: widget.estudanteModelo.dados[widget.estudanteModelo.nroAluno]['TX_DIRETOR'], titulo: 'Diretor(a)',widthCustom: 0.65),
|
||||
widget.estudanteModelo.dados[widget.estudanteModelo.nroAluno]['TX_VICE_DIRETOR']==''?Container()
|
||||
:ItemModelo(texto: widget.estudanteModelo.dados[widget.estudanteModelo.nroAluno]['TX_VICE_DIRETOR'], titulo: 'Vice - Diretor(a)',widthCustom: 0.6),
|
||||
widget.estudanteModelo.dados[widget.estudanteModelo.nroAluno]['TX_COORDENADOR']==''
|
||||
?Container()
|
||||
:ItemModelo(texto: widget.estudanteModelo.dados[widget.estudanteModelo.nroAluno]['TX_COORDENADOR'], titulo: 'Coordenador(a)',widthCustom: 0.6),
|
||||
widget.estudanteModelo.dados[widget.estudanteModelo.nroAluno]['NO_EMAIL']==''
|
||||
?Container()
|
||||
:ItemModelo(texto: widget.estudanteModelo.dados[widget.estudanteModelo.nroAluno]['NO_EMAIL'], titulo: 'E - mail',widthCustom: 0.6),
|
||||
widget.estudanteModelo.dados[widget.estudanteModelo.nroAluno]['NO_SITE']==''
|
||||
?Container()
|
||||
:ItemModelo(texto: widget.estudanteModelo.dados[widget.estudanteModelo.nroAluno]['NO_SITE'], titulo: 'Site',widthCustom: 0.6,),
|
||||
],
|
||||
),
|
||||
0.1
|
||||
),
|
||||
icon: Icon(Icons.visibility,color: PaletaCores.cinza),
|
||||
padding: EdgeInsets.all(0),
|
||||
|
||||
Reference in New Issue
Block a user