Searched defs:TextPadding (Results 1 – 1 of 1) sorted by relevance
160 struct TextPadding : LayoutProperty<float> { struct161 static constexpr const char * key = "text-padding";162 static float defaultValue() { return 2; } in defaultValue()