AppointmentDragStartDetails constructor

const AppointmentDragStartDetails(
  1. Object? appointment,
  2. CalendarResource? resource
)

Creates details for AppointmentDragStartCallback.

Implementation

const AppointmentDragStartDetails(this.appointment, this.resource);