JsonCustomScrollViewBuilder constructor

const JsonCustomScrollViewBuilder({
  1. double? anchor,
  2. double? cacheExtent,
  3. Key? center,
  4. required Clip clipBehavior,
  5. ScrollController? controller,
  6. required DragStartBehavior dragStartBehavior,
  7. ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
  8. ScrollPhysics? physics,
  9. bool? primary,
  10. String? restorationId,
  11. required bool reverse,
  12. ScrollBehavior? scrollBehavior,
  13. required Axis scrollDirection,
  14. int? semanticChildCount,
  15. required bool shrinkWrap,
})

Implementation

const JsonCustomScrollViewBuilder({
  this.anchor,
  this.cacheExtent,
  this.center,
  required this.clipBehavior,
  this.controller,
  required this.dragStartBehavior,
  this.keyboardDismissBehavior,
  this.physics,
  this.primary,
  this.restorationId,
  required this.reverse,
  this.scrollBehavior,
  required this.scrollDirection,
  this.semanticChildCount,
  required this.shrinkWrap,
}) : super(numSupportedChildren: kNumSupportedChildren);