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