Searched defs:IconTextFitPadding (Results 1 – 1 of 1) sorted by relevance
60 struct IconTextFitPadding : LayoutProperty<std::array<float, 4>> { struct61 static constexpr const char * key = "icon-text-fit-padding";62 static std::array<float, 4> defaultValue() { return {{ 0, 0, 0, 0 }}; } in defaultValue()