获取 "font-style" 的值
String get fontStyle => this._fontStyle;
设置 "font-style" 的值
set fontStyle(String? value) { _fontStyle = value == null ? '' : value; }