String textDecorationColor

Gets the value of "text-decoration-color"

Source

String get textDecorationColor => getPropertyValue('text-decoration-color');
void textDecorationColor=(String value)

Sets the value of "text-decoration-color"

Source

set textDecorationColor(String value) {
  setProperty('text-decoration-color', value, '');
}