fontWeight 属性

String fontWeight

获取 "font-weight" 的值

实现

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

设置 "font-weight" 的值

实现

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