textUnderlinePosition 属性

String textUnderlinePosition

获取 "text-underline-position" 的值

实现

String get textUnderlinePosition =>
    getPropertyValue('text-underline-position');
void textUnderlinePosition=(String value)

设置 "text-underline-position" 的值

实现

set textUnderlinePosition(String value) {
  setProperty('text-underline-position', value, '');
}