withAnimatedSize method
Implementation
JsonWidgetInternalBuildersBuilder withAnimatedSize() {
builders[JsonAnimatedSizeBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonAnimatedSizeBuilder.fromDynamic,
schemaId: AnimatedSizeSchema.id,
);
return this;
}