withIcon method

void withIcon()

Implementation

void withIcon() {
  _builders[JsonIoniconBuilder.kType] = const JsonWidgetBuilderContainer(
    builder: JsonIoniconBuilder.fromDynamic,
    schemaId: IoniconSchema.id,
  );
  _schemas[IoniconSchema.id] = IoniconSchema.schema;
}