JsonCustomScrollViewBuilder constructor
const
JsonCustomScrollViewBuilder({
- double? anchor,
- double? cacheExtent,
- Key? center,
- required Clip clipBehavior,
- ScrollController? controller,
- required DragStartBehavior dragStartBehavior,
- ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
- ScrollPhysics? physics,
- bool? primary,
- String? restorationId,
- required bool reverse,
- ScrollBehavior? scrollBehavior,
- required Axis scrollDirection,
- int? semanticChildCount,
- required bool shrinkWrap,
Implementation
const JsonCustomScrollViewBuilder({
this.anchor,
this.cacheExtent,
this.center,
required this.clipBehavior,
this.controller,
required this.dragStartBehavior,
this.keyboardDismissBehavior,
this.physics,
this.primary,
this.restorationId,
required this.reverse,
this.scrollBehavior,
required this.scrollDirection,
this.semanticChildCount,
required this.shrinkWrap,
}) : super(numSupportedChildren: kNumSupportedChildren);