Searched defs:IconIgnorePlacement (Results 1 – 1 of 1) sorted by relevance
35 struct IconIgnorePlacement : LayoutProperty<bool> { struct36 static constexpr const char * key = "icon-ignore-placement";37 static bool defaultValue() { return false; } in defaultValue()