ScrollViewDetailRenderViewModel constructor
ScrollViewDetailRenderViewModel(
- List<
RenderViewModel> childrenList, - ControllerManager controllerManager,
- ScrollController controller,
- NativeScrollGestureDispatcher scrollGestureDispatcher,
- bool pagingEnable,
- bool isHorizontal,
- bool showScrollIndicator,
- bool bounces,
Implementation
ScrollViewDetailRenderViewModel(
List<RenderViewModel> childrenList,
this.controllerManager,
this.controller,
this.scrollGestureDispatcher,
this.pagingEnable,
this.isHorizontal,
this.showScrollIndicator,
this.bounces,
) {
children.addAll(childrenList);
}