MonthCellDetails constructor

const MonthCellDetails(
  1. DateTime date,
  2. List<Object> appointments,
  3. List<DateTime> visibleDates,
  4. Rect bounds,
)

Default constructor to store the details needed in month cell builder

Implementation

const MonthCellDetails(
    this.date, this.appointments, this.visibleDates, this.bounds);