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