String textDecoration

Gets the value of "text-decoration"

Source

String get textDecoration => this._textDecoration;
void textDecoration=(String value)

Sets the value of "text-decoration"

Source

set textDecoration(String value) {
  _textDecoration = value == null ? '' : value;
}