CalendarWeekEvent constructor
CalendarWeekEvent({})
Creates a new instance of CalendarWeekEvent.
Implementation
CalendarWeekEvent({
required this.id,
required this.startDate,
required this.endDate,
required this.title,
required this.background,
this.iconUrl,
required this.textColor,
});