withAnimatedPositioned method

JsonWidgetInternalBuildersBuilder withAnimatedPositioned()

Implementation

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