onLoadMore property

dynamic Function(bool)? onLoadMore
final

当屏幕滚动到尽头会调用,真为拉到屏幕右侧尽头,假为拉到屏幕左侧尽头

Implementation

final Function(bool)? onLoadMore;