textUnderlineColor 属性

String textUnderlineColor

获取 "text-underline-color" 的值

实现

String get textUnderlineColor => getPropertyValue('text-underline-color');
void textUnderlineColor=(String value)

设置 "text-underline-color" 的值

实现

set textUnderlineColor(String value) {
  setProperty('text-underline-color', value, '');
}