PlutoInfinityScrollRows constructor

const PlutoInfinityScrollRows({
  1. bool initialFetch = true,
  2. bool fetchWithSorting = true,
  3. bool fetchWithFiltering = true,
  4. required PlutoInfinityScrollRowsFetch fetch,
  5. required PlutoGridStateManager stateManager,
  6. Key? key,
})

Implementation

const PlutoInfinityScrollRows({
  this.initialFetch = true,
  this.fetchWithSorting = true,
  this.fetchWithFiltering = true,
  required this.fetch,
  required this.stateManager,
  super.key,
});