fontStyle property
Gets the value of "font-style"
Implementation
String get fontStyle => this._fontStyle;
Sets the value of "font-style"
Implementation
set fontStyle(String value) {
_fontStyle = value == null ? '' : value;
}
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;
}