withAnimatedPhysicalModel method

JsonWidgetInternalBuildersBuilder withAnimatedPhysicalModel()

Implementation

JsonWidgetInternalBuildersBuilder withAnimatedPhysicalModel() {
  builders[JsonAnimatedPhysicalModelBuilder.type] =
      JsonWidgetBuilderContainer(
    builder: JsonAnimatedPhysicalModelBuilder.fromDynamic,
    schemaId: AnimatedPhysicalModelSchema.id,
  );
  return this;
}