ScrollProgressInfo constructor

const ScrollProgressInfo({
  1. int targetIndex = -1,
  2. int currentIndex = 0,
  3. double progress = 0,
})

Implementation

const ScrollProgressInfo({
  this.targetIndex = -1,
  this.currentIndex = 0,
  this.progress = 0,
});