webkitBorderBottomRightRadius property

String get webkitBorderBottomRightRadius

@deprecated This is a legacy alias of borderBottomRightRadius.

MDN Reference

Implementation

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

Implementation

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