textJustify 属性

String textJustify

获取 "text-justify" 的值

实现

String get textJustify => getPropertyValue('text-justify');
void textJustify=(String value)

设置 "text-justify" 的值

实现

set textJustify(String value) {
  setProperty('text-justify', value, '');
}