verScrollBar method

Widget verScrollBar({
  1. ScrollController? controller,
  2. int depth = 0,
  3. ScrollPhysics? physics,
})

Implementation

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