LoadMoreViewBuilderCallback typedef
LoadMoreViewBuilderCallback =
Widget Function(BuildContext context, ChartSwipeDirection direction)
Returns a widget which can be used to load more data to chart. called on dragging and when the visible range reaches the end.
Implementation
typedef LoadMoreViewBuilderCallback =
Widget Function(BuildContext context, ChartSwipeDirection direction);