withIcon method

Implementation

JsonWidgetInternalBuildersBuilder withIcon() {
  builders[JsonIconBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonIconBuilder.fromDynamic,
    schemaId: IconSchema.id,
  );
  return this;
}