ajustes na pesquisa dos usuarios e ajustes no app bar
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user