textDecorationStyle 属性

String textDecorationStyle

获取 "text-decoration-style" 的值

实现

String get textDecorationStyle => getPropertyValue('text-decoration-style');
void textDecorationStyle= (String value)

设置 "text-decoration-style" 的值

实现

set textDecorationStyle(String value) {
  setProperty('text-decoration-style', value, '');
}