AppointmentDragStartDetails constructor
const
AppointmentDragStartDetails(
- Object? appointment,
- CalendarResource? resource
Creates details for AppointmentDragStartCallback.
Implementation
const AppointmentDragStartDetails(this.appointment, this.resource);