fontSynthesisWeight property
String
get
fontSynthesisWeight
Implementation
_i2.String get fontSynthesisWeight => _i4.getProperty(
this,
'fontSynthesisWeight',
);
set
fontSynthesisWeight
(String value)
Implementation
set fontSynthesisWeight(_i2.String value) {
_i4.setProperty(
this,
'fontSynthesisWeight',
value,
);
}