ScrollBack constructor

ScrollBack({
  1. Scroll? scroll,
})

Implementation

ScrollBack({Scroll? scroll}) {
  this.scroll = scroll??(rate) {};
}