W3cubDocs

/Dart 2

fontStyle property

String fontStyle

Gets the value of "font-style"

Implementation

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

Sets the value of "font-style"

Implementation

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/2.0.0/dart-html/CssStyleDeclaration/fontStyle.html