ajuste do calendário

This commit is contained in:
Reginaldo
2023-07-18 17:58:01 -03:00
parent f2dc6ba734
commit 5821a156db
3 changed files with 25 additions and 18 deletions

View File

@@ -1,9 +1,11 @@
class EventoModelo{
String titulo;
String data;
int cor;
EventoModelo({
required this.titulo,
required this.data,
this.cor = 0
});
}