String fontStyle

Gets the value of "font-style"

Source

String get fontStyle => this._fontStyle;
void fontStyle=(String value)

Sets the value of "font-style"

Source

set fontStyle(String value) {
  _fontStyle = value == null ? '' : value;
}