withSetScrollController method

JsonWidgetInternalBuildersBuilder withSetScrollController()

Implementation

JsonWidgetInternalBuildersBuilder withSetScrollController() {
  builders[JsonSetScrollControllerBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonSetScrollControllerBuilder.fromDynamic,
    schemaId: SetScrollControllerSchema.id,
  );
  return this;
}