Searched defs:IconAllowOverlap (Results 1 – 1 of 1) sorted by relevance
30 struct IconAllowOverlap : LayoutProperty<bool> { struct31 static constexpr const char * key = "icon-allow-overlap";32 static bool defaultValue() { return false; } in defaultValue()