JsonSetScrollControllerBuilder constructor

const JsonSetScrollControllerBuilder({
  1. String? debugLabel,
  2. double? initialScrollOffset,
  3. required bool keepScrollOffset,
  4. required String key,
})

Implementation

const JsonSetScrollControllerBuilder({
  this.debugLabel,
  this.initialScrollOffset,
  required this.keepScrollOffset,
  required this.key,
}) : super(numSupportedChildren: kNumSupportedChildren);