JsonPrimaryScrollControllerBuilderModel constructor

const JsonPrimaryScrollControllerBuilderModel(
  1. Map<String, dynamic> args, {
  2. required dynamic automaticallyInheritForPlatforms,
  3. required ScrollController? controller,
  4. required Axis? scrollDirection,
  5. required JsonWidgetData child,
})

Implementation

const JsonPrimaryScrollControllerBuilderModel(
  super.args, {
  required this.automaticallyInheritForPlatforms,
  required this.controller,
  required this.scrollDirection,
  required this.child,
});