NUIListViewBloc<T, C> constructor
NUIListViewBloc<T, C> ({
- NUIListViewCallback<
T, C> ? callback, - NUIListViewLoader<
T, C> ? callbackMethod,
Implementation
NUIListViewBloc({this.callback, this.callbackMethod});