Searched defs:TextAllowOverlap (Results 1 – 1 of 1) sorted by relevance
180 struct TextAllowOverlap : LayoutProperty<bool> { struct181 static constexpr const char * key = "text-allow-overlap";182 static bool defaultValue() { return false; } in defaultValue()