textDecoration property

String textDecoration

Gets the value of "text-decoration"

Implementation

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

Sets the value of "text-decoration"

Implementation

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