JsonSingleChildScrollViewBuilderModel constructor

const JsonSingleChildScrollViewBuilderModel(
  1. Map<String, dynamic> args, {
  2. Clip clipBehavior = Clip.hardEdge,
  3. ScrollController? controller,
  4. DragStartBehavior dragStartBehavior = DragStartBehavior.start,
  5. ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
  6. EdgeInsetsGeometry? padding,
  7. ScrollPhysics? physics,
  8. bool? primary,
  9. String? restorationId,
  10. bool reverse = false,
  11. Axis scrollDirection = Axis.vertical,
  12. JsonWidgetData? child,
})

Implementation

const JsonSingleChildScrollViewBuilderModel(
  super.args, {
  this.clipBehavior = Clip.hardEdge,
  this.controller,
  this.dragStartBehavior = DragStartBehavior.start,
  this.keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
  this.padding,
  this.physics,
  this.primary,
  this.restorationId,
  this.reverse = false,
  this.scrollDirection = Axis.vertical,
  this.child,
});