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