Searched defs:IconImage (Results 1 – 1 of 1) sorted by relevance
65 struct IconImage : DataDrivenLayoutProperty<std::string> { struct66 static constexpr const char * key = "icon-image";67 static std::string defaultValue() { return ""; } in defaultValue()