ScrollbarView constructor
ScrollbarView(
- Direction direction,
- ScrollController? controller,
- double size,
- double controllerSize, {
- OnChangeCallback? onchange,
- double? itemExtent,
Implementation
ScrollbarView(this.direction, this.controller, this.size, this.controllerSize, {this.onchange, this.itemExtent});