ScrollItemInfo.obtain constructor

const ScrollItemInfo.obtain(
  1. int currentIndex,
  2. Offset currentItemScrollEndOffset,
  3. Size currentItemSize,
  4. Size nextItemSize,
  5. double progress,
  6. Size tabBarSize,
  7. int tabsLength,
)

Implementation

const ScrollItemInfo.obtain(
    this.currentIndex,
    this.currentItemScrollEndOffset,
    this.currentItemSize,
    this.nextItemSize,
    this.progress,
    this.tabBarSize,
    this.tabsLength);