CalendarHeader constructor

const CalendarHeader({
  1. Key? key,
  2. required String weekday,
  3. required MonthlyCalendarThemeData theme,
})

Implementation

const CalendarHeader({Key? key, required this.weekday, required this.theme})
    : super(key: key);