InfiniteScrollItemInformation constructor

const InfiniteScrollItemInformation(
  1. int index
)

Creates an InfiniteScrollItemInformation with the given index.

Implementation

const InfiniteScrollItemInformation(this.index);