textCombine property Null safety

String textCombine

Gets the value of "text-combine"

Implementation

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

Sets the value of "text-combine"

Implementation

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