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