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