LazyListController({ required List<T> items, this.currentPage = 1, }) { _items = items; notifyListeners(); }