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