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; }