CalendarBody constructor

CalendarBody({
  1. required List<CalendarContent> data,
  2. required BodySettings bodySettings,
  3. Color? sundayColor,
})

Implementation

CalendarBody(
    {required this.data, required this.bodySettings, this.sundayColor});