JsonPrimaryScrollControllerBuilder constructor

const JsonPrimaryScrollControllerBuilder({
  1. required Set<TargetPlatform> automaticallyInheritForPlatforms,
  2. ScrollController? controller,
  3. String? debugLabel,
  4. double? initialScrollOffset,
  5. required bool keepScrollOffset,
  6. required Axis scrollDirection,
})

Implementation

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