MonthView constructor
const
MonthView({
- Key? key,
- DateTime? initialMonth,
- CalendarConfig config = const CalendarConfig(),
- List<
CalendarEvent> events = const [], - ValueChanged<
DateTime> ? onDateTap, - ValueChanged<
DateTime> ? onMonthChanged,
Implementation
const MonthView({
super.key,
this.initialMonth,
this.config = const CalendarConfig(),
this.events = const [],
this.onDateTap,
this.onMonthChanged,
});