ajustes do historico escolar e carteirinha
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user