fontSynthesisWeight property

String fontSynthesisWeight

Implementation

_i2.String get fontSynthesisWeight => _i4.getProperty(
      this,
      'fontSynthesisWeight',
    );
void fontSynthesisWeight=(String value)

Implementation

set fontSynthesisWeight(_i2.String value) {
  _i4.setProperty(
    this,
    'fontSynthesisWeight',
    value,
  );
}