获取 "text-justify" 的值
String get textJustify => getPropertyValue('text-justify');
设置 "text-justify" 的值
set textJustify(String value) { setProperty('text-justify', value, ''); }