fontWeight property

String get fontWeight

Gets the value of "font-weight"

Implementation

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

Sets the value of "font-weight"

Implementation

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