CalendarView<T extends CalendarEvent> constructor
const
CalendarView<T extends CalendarEvent> ({})
Implementation
const CalendarView({
super.key,
required this.eventProvider,
required this.onDateIntervalChange,
required this.initialStartShowingDate,
required this.initialEndShowingDate,
});