String textDecorationStyle

Gets the value of "text-decoration-style"

Source

String get textDecorationStyle => getPropertyValue('text-decoration-style');
void textDecorationStyle=(String value)

Sets the value of "text-decoration-style"

Source

set textDecorationStyle(String value) {
  setProperty('text-decoration-style', value, '');
}