textUnderlineWidth property
Gets the value of "text-underline-width"
Implementation
String get textUnderlineWidth => getPropertyValue('text-underline-width');
Sets the value of "text-underline-width"
Implementation
set textUnderlineWidth(String value) {
setProperty('text-underline-width', value, '');
}