CalendarAppointmentDetails constructor

const CalendarAppointmentDetails(
  1. DateTime date,
  2. Iterable appointments,
  3. Rect bounds, {
  4. bool isMoreAppointmentRegion = false,
})

Default constructor to store the details needed in appointment builder.

Implementation

const CalendarAppointmentDetails(this.date, this.appointments, this.bounds,
    {this.isMoreAppointmentRegion = false});