CalendarAppointmentBuilder typedef
CalendarAppointmentBuilder =
Widget Function(BuildContext context, CalendarAppointmentDetails calendarAppointmentDetails)
Signature for a function that creates a widget based on appointment details.
See also:
- SfCalendar.appointmentBuilder, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef CalendarAppointmentBuilder = Widget Function(BuildContext context,
CalendarAppointmentDetails calendarAppointmentDetails);