Searched defs:IconOptional (Results 1 – 1 of 1) sorted by relevance
40 struct IconOptional : LayoutProperty<bool> { struct41 static constexpr const char * key = "icon-optional";42 static bool defaultValue() { return false; } in defaultValue()