scrollOffItemStart method

double scrollOffItemStart(
  1. int index
)

scrollOffItemTop return the offset when the item is placed at the top of the screen.

Implementation

double scrollOffItemStart(int index) {
  return index * scrollPerItem;
}