JsonSingleChildScrollViewBuilder constructor
JsonSingleChildScrollViewBuilder({
- required Clip clipBehavior,
- ScrollController? controller,
- required DragStartBehavior dragStartBehavior,
- ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
- EdgeInsets? padding,
- ScrollPhysics? physics,
- bool? primary,
- String? restorationId,
- required bool reverse,
- required Axis scrollDirection,
Implementation
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);