AppointmentDragUpdateDetails constructor

const AppointmentDragUpdateDetails(
  1. Object? appointment,
  2. CalendarResource? sourceResource,
  3. CalendarResource? targetResource,
  4. Offset? draggingPosition,
  5. DateTime? draggingTime,
)

Creates details for AppointmentDragUpdateCallback.

Implementation

const AppointmentDragUpdateDetails(
  this.appointment,
  this.sourceResource,
  this.targetResource,
  this.draggingPosition,
  this.draggingTime,
);