ajustes logo e navigação tela historico

This commit is contained in:
Reginaldo
2023-08-16 11:25:47 -03:00
parent 21aa9e8e1c
commit 94a181e767
28 changed files with 38 additions and 129 deletions

View File

@@ -154,7 +154,7 @@ class _TelaBoletimState extends State<TelaBoletim> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBarCustom().appbar(context, 'BOLETIM ESCOLAR'),
drawer: DrawerCustom(estudanteModelo: widget.estudanteModelo),
// drawer: DrawerCustom(estudanteModelo: widget.estudanteModelo),
body: carregando?Center(
child: Row(
mainAxisAlignment: MainAxisAlignment.center,