CalendarTouchDetails constructor

const CalendarTouchDetails(
  1. List? appointments,
  2. DateTime? date,
  3. CalendarElement targetElement,
  4. CalendarResource? resource,
)

Implementation

const CalendarTouchDetails(
  this.appointments,
  this.date,
  this.targetElement,
  this.resource,
);