withAspectRatio method

void withAspectRatio()

Implementation

void withAspectRatio() {
  _builders[JsonAspectRatioBuilder.kType] = const JsonWidgetBuilderContainer(
    builder: JsonAspectRatioBuilder.fromDynamic,
    schemaId: AspectRatioSchema.id,
  );
  _schemas[AspectRatioSchema.id] = AspectRatioSchema.schema;
}