Gets the value of "text-justify"
String get textJustify => getPropertyValue('text-justify');
Sets the value of "text-justify"
set textJustify(String value) { setProperty('text-justify', value, ''); }