verScrollBar method
Implementation
Widget verScrollBar({ScrollController? controller, int depth = 0, ScrollPhysics? physics}) {
return scrollBarView(axis: Axis.vertical, controller: controller, depth: depth, physics: physics);
}
Widget verScrollBar({ScrollController? controller, int depth = 0, ScrollPhysics? physics}) {
return scrollBarView(axis: Axis.vertical, controller: controller, depth: depth, physics: physics);
}