textDecorationLine property

String get textDecorationLine

Gets the value of "text-decoration-line"

Implementation

String get textDecorationLine => getPropertyValue('text-decoration-line');
set textDecorationLine (String value)

Sets the value of "text-decoration-line"

Implementation

set textDecorationLine(String value) {
  setProperty('text-decoration-line', value, '');
}