JsonListViewBuilderModel constructor

const JsonListViewBuilderModel(
  1. Map<String, dynamic> args, {
  2. bool addAutomaticKeepAlives = true,
  3. bool addRepaintBoundaries = true,
  4. bool addSemanticIndexes = true,
  5. double? cacheExtent,
  6. Clip clipBehavior = Clip.hardEdge,
  7. ScrollController? controller,
  8. DragStartBehavior dragStartBehavior = DragStartBehavior.start,
  9. int? findChildIndexCallback(
    1. Key
    )?,
  10. double? itemExtent,
  11. ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
  12. EdgeInsets? padding,
  13. ScrollPhysics? physics,
  14. bool? primary,
  15. JsonWidgetData? prototypeItem,
  16. String? restorationId,
  17. bool reverse = false,
  18. Axis scrollDirection = Axis.vertical,
  19. bool shrinkWrap = false,
  20. List<JsonWidgetData>? children,
})

Implementation

const JsonListViewBuilderModel(
  super.args, {
  this.addAutomaticKeepAlives = true,
  this.addRepaintBoundaries = true,
  this.addSemanticIndexes = true,
  this.cacheExtent,
  this.clipBehavior = Clip.hardEdge,
  this.controller,
  this.dragStartBehavior = DragStartBehavior.start,
  this.findChildIndexCallback,
  this.itemExtent,
  this.keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
  this.padding,
  this.physics,
  this.primary,
  this.prototypeItem,
  this.restorationId,
  this.reverse = false,
  this.scrollDirection = Axis.vertical,
  this.shrinkWrap = false,
  this.children,
});