CalendarMonthView constructor

const CalendarMonthView({
  1. Key? key,
  2. required int month,
  3. required int year,
  4. required bool scrolling,
})

Implementation

const CalendarMonthView({Key? key, required this.month, required this.year, required this.scrolling}) : super(key: key);