AppointmentDragEndDetails constructor

const AppointmentDragEndDetails(
  1. Object? appointment,
  2. CalendarResource? sourceResource,
  3. CalendarResource? targetResource,
  4. DateTime? droppingTime,
)

Creates details for AppointmentDragEndCallback.

Implementation

const AppointmentDragEndDetails(
  this.appointment,
  this.sourceResource,
  this.targetResource,
  this.droppingTime,
);