fontWeight property Null safety

String fontWeight

Gets the value of "font-weight"

Implementation

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

Sets the value of "font-weight"

Implementation

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