withAnimatedSwitcher method
Implementation
JsonWidgetInternalBuildersBuilder withAnimatedSwitcher() {
builders[JsonAnimatedSwitcherBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonAnimatedSwitcherBuilder.fromDynamic,
schemaId: AnimatedSwitcherSchema.id,
);
return this;
}