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