Searched defs:IconKeepUpright (Results 1 – 1 of 1) sorted by relevance
80 struct IconKeepUpright : LayoutProperty<bool> { struct81 static constexpr const char * key = "icon-keep-upright";82 static bool defaultValue() { return false; } in defaultValue()