onInit property
onInit is a required argument for the LoadMoreListData widget.
It takes a function that will return OnInit
OnInit can be FutureOr<Iterable<T>>
This function will call on initState of LoadMoreListData's life cycle
Implementation
final OnInit<T> onInit;