CalendarHeader constructor

CalendarHeader({
  1. required HeaderSettings settings,
  2. Color? sundayColor,
})

Implementation

CalendarHeader({required this.settings, this.sundayColor});