textCombine property

String get textCombine

Gets the value of "text-combine"

Implementation

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

Sets the value of "text-combine"

Implementation

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