Gets the value of "font-weight"
Source
String get fontWeight => getPropertyValue('font-weight');
Sets the value of "font-weight"
Source
set fontWeight(String value) { setProperty('font-weight', value, ''); }
Gets the value of "font-weight"
String get fontWeight => getPropertyValue('font-weight');
Sets the value of "font-weight"
set fontWeight(String value) { setProperty('font-weight', value, ''); }