OnLoad<T> typedef
type def for OnLoad
argument of LoadMoreListData
Implementation
typedef OnLoad<T> = FutureOr<Iterable<T>?> Function(int index);
type def for OnLoad
argument of LoadMoreListData
typedef OnLoad<T> = FutureOr<Iterable<T>?> Function(int index);