Searched defs:TextJustify (Results 1 – 1 of 1) sorted by relevance
140 struct TextJustify : DataDrivenLayoutProperty<TextJustifyType> { struct141 static constexpr const char * key = "text-justify";142 static TextJustifyType defaultValue() { return TextJustifyType::Center; } in defaultValue()