withCustomScrollView method

void withCustomScrollView()

Implementation

void withCustomScrollView() {
  _builders[JsonCustomScrollViewBuilder.kType] =
      const JsonWidgetBuilderContainer(
    builder: JsonCustomScrollViewBuilder.fromDynamic,
    schemaId: CustomScrollViewSchema.id,
  );
  _schemas[CustomScrollViewSchema.id] = CustomScrollViewSchema.schema;
}