fontSizeAdjust property

String get fontSizeAdjust

Implementation

_i2.String get fontSizeAdjust => _i4.getProperty(
      this,
      'fontSizeAdjust',
    );
set fontSizeAdjust (String value)

Implementation

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