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