MonthCellDetails constructor
      const
      MonthCellDetails()
     
    
Default constructor to store the details needed in month cell builder
Implementation
const MonthCellDetails(
  this.date,
  this.appointments,
  this.visibleDates,
  this.bounds,
);