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