InfiniteScrollLogic<T> constructor

InfiniteScrollLogic<T>()

Implementation

InfiniteScrollLogic() {
  _initValues();

  /// listen to the events
  dispatchEvent.listen(_handleEvents);
}