JsonPrimaryScrollControllerBuilder constructor
const
JsonPrimaryScrollControllerBuilder({
- required Set<
TargetPlatform> automaticallyInheritForPlatforms, - ScrollController? controller,
- String? debugLabel,
- double? initialScrollOffset,
- required bool keepScrollOffset,
- required Axis scrollDirection,
Implementation
const JsonPrimaryScrollControllerBuilder({
required this.automaticallyInheritForPlatforms,
this.controller,
this.debugLabel,
this.initialScrollOffset,
required this.keepScrollOffset,
required this.scrollDirection,
}) : super(numSupportedChildren: kNumSupportedChildren);