ScrollChanged constructor

const ScrollChanged({
  1. int? yOffset,
  2. int? xOffset,
  3. int? viewHeight,
  4. int? viewWidth,
  5. int? contentHeight,
  6. int? contentWidth,
})

Implementation

const ScrollChanged(
    {this.yOffset,
    this.xOffset,
    this.viewHeight,
    this.viewWidth,
    this.contentHeight,
    this.contentWidth});