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