String fontWeight

Gets the value of "font-weight"

Source

String get fontWeight => this._fontWeight;
void fontWeight=(String value)

Sets the value of "font-weight"

Source

set fontWeight(String value) {
  _fontWeight = value == null ? '' : value;
}