JsonSingleChildScrollViewBuilder constructor

const JsonSingleChildScrollViewBuilder({
  1. required Clip clipBehavior,
  2. ScrollController? controller,
  3. required DragStartBehavior dragStartBehavior,
  4. ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
  5. EdgeInsets? padding,
  6. ScrollPhysics? physics,
  7. bool? primary,
  8. String? restorationId,
  9. required bool reverse,
  10. required Axis scrollDirection,
})

Implementation

const JsonSingleChildScrollViewBuilder({
  required this.clipBehavior,
  this.controller,
  required this.dragStartBehavior,
  this.keyboardDismissBehavior,
  this.padding,
  this.physics,
  this.primary,
  this.restorationId,
  required this.reverse,
  required this.scrollDirection,
}) : super(numSupportedChildren: kNumSupportedChildren);