withTweenAnimation method

JsonWidgetInternalBuildersBuilder withTweenAnimation()

Implementation

JsonWidgetInternalBuildersBuilder withTweenAnimation() {
  builders[JsonTweenAnimationBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonTweenAnimationBuilder.fromDynamic,
    schemaId: TweenAnimationSchema.id,
  );
  return this;
}