ajustes na pesquisa dos usuarios e ajustes no app bar

This commit is contained in:
Reginaldo
2023-08-15 16:49:42 -03:00
parent 08ebbb0c45
commit 21bbd9bdbf
3 changed files with 29 additions and 10 deletions

View File

@@ -256,8 +256,14 @@ class _ResponsibleRegisterScreenState extends State<ResponsibleRegisterScreen> {
),
TextCustom(text: '- Cadastrar Responsável',color: Colors.white,),
Spacer(),
TextCustom(text: widget.alunoModel.cidade,color: Colors.white,),
TextCustom(text:' - '+ widget.alunoModel.login.toUpperCase(),color: Colors.white,),
Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.end,
children: [
TextCustom(text: widget.alunoModel.cidade,color: Colors.white,),
TextCustom(text:widget.alunoModel.login.toUpperCase(),color: Colors.white,),
],
),
],
),
backgroundColor: PaletteColors.grey,