AppointmentResizeUpdateDetails constructor
const
AppointmentResizeUpdateDetails(
- dynamic appointment,
- CalendarResource? resource,
- DateTime? resizingTime,
- Offset? resizingOffset,
Creates details for AppointmentResizeUpdateCallback.
Implementation
const AppointmentResizeUpdateDetails(
this.appointment, this.resource, this.resizingTime, this.resizingOffset);