CalendarEventStyle constructor

const CalendarEventStyle({
  1. required Color color,
  2. required Color backgroundColor,
})

Implementation

const CalendarEventStyle({
  required this.color,
  required this.backgroundColor,
});