ScrollAdapter constructor

ScrollAdapter(
  1. ScrollController scrollController, {
  2. double? begin,
  3. double? end,
  4. bool? animated,
  5. Direction? direction,
})

Implementation

ScrollAdapter(
  this.scrollController, {
  this.begin,
  this.end,
  bool? animated,
  Direction? direction,
}) : super(animated: animated, direction: direction);