withAnimatedPositioned method
Implementation
JsonWidgetInternalBuildersBuilder withAnimatedPositioned() {
builders[JsonAnimatedPositionedBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonAnimatedPositionedBuilder.fromDynamic,
schemaId: AnimatedPositionedSchema.id,
);
return this;
}