ajustes do historico escolar e carteirinha

This commit is contained in:
Reginaldo
2023-09-15 11:42:30 -03:00
parent 967ff57471
commit ad183d0f18
6 changed files with 72 additions and 30 deletions

View File

@@ -77,7 +77,7 @@ class _TelaHistoricoState extends State<TelaHistorico> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBarCustom().appbar(context, 'HISTÓRICO ESCOLAR'),
appBar: AppBarCustom().appbar(context, 'BOLETIM ESCOLAR ${DateTime.now().year-1}'),
drawer: DrawerCustom(alunos:widget.alunos,indiceFilhos: widget.indiceAluno),
body: carregando?Center(
child: Row(