JsonCustomScrollViewBuilderModel constructor

const JsonCustomScrollViewBuilderModel(
  1. Map<String, dynamic> args, {
  2. double anchor = 0.0,
  3. double? cacheExtent,
  4. Key? center,
  5. Clip clipBehavior = Clip.hardEdge,
  6. ScrollController? controller,
  7. DragStartBehavior dragStartBehavior = DragStartBehavior.start,
  8. ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
  9. ScrollPhysics? physics,
  10. bool? primary,
  11. String? restorationId,
  12. bool reverse = false,
  13. ScrollBehavior? scrollBehavior,
  14. Axis scrollDirection = Axis.vertical,
  15. int? semanticChildCount,
  16. bool shrinkWrap = false,
  17. List<JsonWidgetData> slivers = const <JsonWidgetData>[],
})

Implementation

const JsonCustomScrollViewBuilderModel(
  super.args, {
  this.anchor = 0.0,
  this.cacheExtent,
  this.center,
  this.clipBehavior = Clip.hardEdge,
  this.controller,
  this.dragStartBehavior = DragStartBehavior.start,
  this.keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
  this.physics,
  this.primary,
  this.restorationId,
  this.reverse = false,
  this.scrollBehavior,
  this.scrollDirection = Axis.vertical,
  this.semanticChildCount,
  this.shrinkWrap = false,
  this.slivers = const <JsonWidgetData>[],
});