JsonPrimaryScrollControllerBuilder constructor
JsonPrimaryScrollControllerBuilder({
- ScrollController? controller,
- String? debugLabel,
- double? initialScrollOffset,
- required bool keepScrollOffset,
Implementation
JsonPrimaryScrollControllerBuilder({
this.controller,
this.debugLabel,
this.initialScrollOffset,
required this.keepScrollOffset,
}) : super(numSupportedChildren: kNumSupportedChildren);