Gets the value of "font-style"
String get fontStyle => this._fontStyle;
Sets the value of "font-style"
set fontStyle(String value) { _fontStyle = value == null ? '' : value; }