ScrollViewState constructor

ScrollViewState({
  1. int offsetY = 0,
  2. int offsetX = 0,
  3. int contentHeight = 0,
  4. int contentWidth = 0,
})

Implementation

ScrollViewState({
  this.offsetY = 0,
  this.offsetX = 0,
  this.contentHeight = 0,
  this.contentWidth = 0,
});