String textCombine

Gets the value of "text-combine"

Source

String get textCombine => getPropertyValue('text-combine');
void textCombine=(String value)

Sets the value of "text-combine"

Source

set textCombine(String value) {
  setProperty('text-combine', value, '');
}