textAlignLast属性

String textAlignLast

获取“text-align-last”的值

实现

String get textAlignLast => getPropertyValue('text-align-last');
void textAlignLast=(String value)

设置“text-align-last”的值

实现

set textAlignLast(String value) {
  setProperty('text-align-last', value, '');
}