Gets the value of "text-underline-color"
Source
String get textUnderlineColor => getPropertyValue('text-underline-color');
Sets the value of "text-underline-color"
Source
set textUnderlineColor(String value) { setProperty('text-underline-color', value, ''); }