StickyState<I> constructor

StickyState<I>(
  1. I index, {
  2. double position = 0,
  3. double offset = 0,
  4. bool sticky = false,
  5. double? contentSize,
})

Implementation

StickyState(this.index,
    {this.position = 0,
    this.offset = 0,
    this.sticky = false,
    this.contentSize});