getScrollbarController method

ScrollbarControllerEncapsulation getScrollbarController({
  1. required TickerProvider vsync,
  2. required TransformScrollbarWidgetInterface controlInterface,
})

Implementation

ScrollbarControllerEncapsulation getScrollbarController({
  required TickerProvider vsync,
  required TransformScrollbarWidgetInterface controlInterface,
}) {
  return AutoPlatformScrollbarController(
      vsync: vsync, controlInterface: controlInterface);
}