Searched defs:IconPadding (Results 1 – 1 of 1) sorted by relevance
75 struct IconPadding : LayoutProperty<float> { struct76 static constexpr const char * key = "icon-padding";77 static float defaultValue() { return 2; } in defaultValue()