String fontWeight

Gets the value of "font-weight"

Source

String get fontWeight => getPropertyValue('font-weight');
void fontWeight=(String value)

Sets the value of "font-weight"

Source

set fontWeight(String value) {
  setProperty('font-weight', value, '');
}