InfiniteScrollController constructor

InfiniteScrollController({
  1. double initialScrollOffset = 0.0,
  2. bool keepScrollOffset = true,
  3. String? debugLabel,
})

Creates a new InfiniteScrollController

Implementation

InfiniteScrollController({
  super.initialScrollOffset,
  super.keepScrollOffset,
  super.debugLabel,
});