获取 "text-decoration" 的值
String get textDecoration => this._textDecoration;
设置 "text-decoration" 的值
set textDecoration(String? value) { _textDecoration = value == null ? '' : value; }