webkitBoxShadow property

String webkitBoxShadow

@deprecated This is a legacy alias of boxShadow.

MDN Reference

Implementation

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

Implementation

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