withAspectRatio method

Implementation

JsonWidgetInternalBuildersBuilder withAspectRatio() {
  builders[JsonAspectRatioBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonAspectRatioBuilder.fromDynamic,
    schemaId: AspectRatioSchema.id,
  );
  return this;
}