AppointmentResizeUpdateDetails constructor

const AppointmentResizeUpdateDetails(
  1. dynamic appointment,
  2. CalendarResource? resource,
  3. DateTime? resizingTime,
  4. Offset? resizingOffset,
)

Creates details for AppointmentResizeUpdateCallback.

Implementation

const AppointmentResizeUpdateDetails(
  this.appointment,
  this.resource,
  this.resizingTime,
  this.resizingOffset,
);