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