AppointmentResizeEndCallback typedef
        AppointmentResizeEndCallback =
     void Function(AppointmentResizeEndDetails appointmentResizeEndDetails)
    
    
Signature for callback that reports that a appointment resizing completed in SfCalendar.
The resizing appointment, start time, end time and resource details when the appointment resizing ends available in the AppointmentResizeEndDetails.
Used bySfCalendar.onAppointmentResizeEnd.
See also:
- SfCalendar.onAppointmentResizeEnd, which matches this signature.
 - SfCalendar, which uses this signature in one of it's callback.
 
Implementation
typedef AppointmentResizeEndCallback =
    void Function(AppointmentResizeEndDetails appointmentResizeEndDetails);