webkitTextSizeAdjust property
String
get
webkitTextSizeAdjust
@deprecated This is a legacy alias of textSizeAdjust
.
Implementation
_i2.String get webkitTextSizeAdjust => _i4.getProperty(
this,
'webkitTextSizeAdjust',
);
set
webkitTextSizeAdjust
(String value)
Implementation
set webkitTextSizeAdjust(_i2.String value) {
_i4.setProperty(
this,
'webkitTextSizeAdjust',
value,
);
}