CalendarEventBox<T extends CalendarEvent> constructor
const
CalendarEventBox<T extends CalendarEvent> ({})
Implementation
const CalendarEventBox({
super.key,
required this.event,
required this.left,
required this.right,
required this.top,
required this.height,
});