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