textCombine property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettextCombine
Gets the value of "text-combine"
Implementation
String get textCombine => getPropertyValue('text-combine');
settextCombine (String value)
Sets the value of "text-combine"
Implementation
set textCombine(String value) {
setProperty('text-combine', value, '');
}