ScrollbarView constructor

ScrollbarView(
  1. Direction direction,
  2. ScrollController? controller,
  3. double size,
  4. double controllerSize, {
  5. OnChangeCallback? onchange,
  6. double? itemExtent,
})

Implementation

ScrollbarView(this.direction, this.controller, this.size, this.controllerSize, {this.onchange, this.itemExtent});