NUIListViewBloc<T, C> constructor

NUIListViewBloc<T, C>({
  1. NUIListViewCallback<T, C>? callback,
  2. NUIListViewLoader<T, C>? callbackMethod,
})

Implementation

NUIListViewBloc({this.callback, this.callbackMethod});