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