withIcon method

void withIcon()

Implementation

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