Gets the value of "text-orientation"
Source
String get textOrientation => getPropertyValue('text-orientation');
Sets the value of "text-orientation"
Source
set textOrientation(String value) {
setProperty('text-orientation', value, '');
}
Gets the value of "text-orientation"
String get textOrientation => getPropertyValue('text-orientation');
Sets the value of "text-orientation"
set textOrientation(String value) {
setProperty('text-orientation', value, '');
}