Searched defs:IconTextFit (Results 1 – 1 of 1) sorted by relevance
55 struct IconTextFit : LayoutProperty<IconTextFitType> { struct56 static constexpr const char * key = "icon-text-fit";57 static IconTextFitType defaultValue() { return IconTextFitType::None; } in defaultValue()