withText method

void withText()

Implementation

void withText() {
  _builders[JsonTextBuilder.kType] = const JsonWidgetBuilderContainer(
    builder: JsonTextBuilder.fromDynamic,
    schemaId: TextSchema.id,
  );
  _schemas[TextSchema.id] = TextSchema.schema;
}