textCombine 属性

String textCombine

获取 "text-combine" 的值

实现

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

设置 "text-combine" 的值

实现

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