AppointmentDragEndDetails constructor
const
AppointmentDragEndDetails(
- Object? appointment,
- CalendarResource? sourceResource,
- CalendarResource? targetResource,
- DateTime? droppingTime,
Creates details for AppointmentDragEndCallback.
Implementation
const AppointmentDragEndDetails(
this.appointment,
this.sourceResource,
this.targetResource,
this.droppingTime,
);