CalendarMonthly constructor

CalendarMonthly({
  1. required Function onCalendarChanged,
  2. Key? key,
})

Implementation

CalendarMonthly({required this.onCalendarChanged, Key? key}) : super();