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