webkitTextSizeAdjust property

String webkitTextSizeAdjust

@deprecated This is a legacy alias of textSizeAdjust.

MDN Reference

Implementation

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

Implementation

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