ScrollViewDetailRenderViewModel constructor

ScrollViewDetailRenderViewModel(
  1. List<RenderViewModel> childrenList,
  2. ControllerManager controllerManager,
  3. ScrollController controller,
  4. NativeScrollGestureDispatcher scrollGestureDispatcher,
  5. bool pagingEnable,
  6. bool isHorizontal,
  7. bool showScrollIndicator,
  8. bool bounces,
)

Implementation

ScrollViewDetailRenderViewModel(
  List<RenderViewModel> childrenList,
  this.controllerManager,
  this.controller,
  this.scrollGestureDispatcher,
  this.pagingEnable,
  this.isHorizontal,
  this.showScrollIndicator,
  this.bounces,
) {
  children.addAll(childrenList);
}