AppointmentDragUpdateDetails constructor
const
AppointmentDragUpdateDetails(
- Object? appointment,
- CalendarResource? sourceResource,
- CalendarResource? targetResource,
- Offset? draggingPosition,
- DateTime? draggingTime,
Creates details for AppointmentDragUpdateCallback.
Implementation
const AppointmentDragUpdateDetails(this.appointment, this.sourceResource,
this.targetResource, this.draggingPosition, this.draggingTime);