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