JsonPrimaryScrollControllerBuilder constructor

JsonPrimaryScrollControllerBuilder({
  1. ScrollController? controller,
  2. String? debugLabel,
  3. double? initialScrollOffset,
  4. required bool keepScrollOffset,
})

Implementation

JsonPrimaryScrollControllerBuilder({
  this.controller,
  this.debugLabel,
  this.initialScrollOffset,
  required this.keepScrollOffset,
}) : super(numSupportedChildren: kNumSupportedChildren);