onLoad property

OnLoad<T> onLoad
final

onLoad is a required argument for the LoadMoreListData widget. It takes a function that will return OnLoad OnLoad can be FutureOr<Iterable<T>> This function will call when the user reached to the end of the list of data

Implementation

final OnLoad<T> onLoad;