const Content( {Key? key, required this.id, required this.date, required this.time, required this.image}) : super(key: key);