LoadMoreWidgetBuilder typedef
LoadMoreWidgetBuilder =
Widget Function(BuildContext context, LoadMoreCallback loadMoreAppointments)
Signature for the function that create the widget based on load more details.
See also:
- SfCalendar.loadMoreWidgetBuilder, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef LoadMoreWidgetBuilder = Widget Function(
BuildContext context, LoadMoreCallback loadMoreAppointments);