textDecorationColor property

String get textDecorationColor

Gets the value of "text-decoration-color"

Implementation

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

Sets the value of "text-decoration-color"

Implementation

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