inserido acesso dos usuários

This commit is contained in:
Reginaldo
2023-06-30 12:54:57 -03:00
parent 0816439595
commit a04cdfa77c
6 changed files with 235 additions and 83 deletions

View File

@@ -243,6 +243,9 @@ class _ResponsibleRegisterScreenState extends State<ResponsibleRegisterScreen> {
child: Image.asset("assets/images/logoEduca.png",width:width * 0.08,height: height * 0.12)
),
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,),
],
),
backgroundColor: PaletteColors.grey,