textDecoration property
Gets the value of "text-decoration"
Implementation
String get textDecoration => getPropertyValue('text-decoration');
Sets the value of "text-decoration"
Implementation
set textDecoration(String value) {
setProperty('text-decoration', value, '');
}