Searched defs:IconSize (Results 1 – 1 of 1) sorted by relevance
50 struct IconSize : DataDrivenLayoutProperty<float> { struct51 static constexpr const char * key = "icon-size";52 static float defaultValue() { return 1; } in defaultValue()