webkitBorderBottomRightRadius property

String webkitBorderBottomRightRadius

@deprecated This is a legacy alias of borderBottomRightRadius.

MDN Reference

Implementation

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

Implementation

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