fontWeight property
Gets the value of "font-weight"
Implementation
String get fontWeight => this._fontWeight;
Sets the value of "font-weight"
Implementation
set fontWeight(String value) {
_fontWeight = value == null ? '' : value;
}
Gets the value of "font-weight"
String get fontWeight => this._fontWeight;
Sets the value of "font-weight"
set fontWeight(String value) {
_fontWeight = value == null ? '' : value;
}