textOrientation 属性

String textOrientation

获取 "text-orientation" 的值

实现

String get textOrientation => getPropertyValue('text-orientation');
void textOrientation=(String value)

设置 "text-orientation" 的值

实现

set textOrientation(String value) {
  setProperty('text-orientation', value, '');
}