webkitBorderTopRightRadius property

String webkitBorderTopRightRadius

@deprecated This is a legacy alias of borderTopRightRadius.

MDN Reference

Implementation

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

Implementation

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