class ModeloEvento{ String titulo; String data; int cor; ModeloEvento({ required this.titulo, required this.data, this.cor = 0 }); }