webkitBorderTopLeftRadius property

String webkitBorderTopLeftRadius

@deprecated This is a legacy alias of borderTopLeftRadius.

MDN Reference

Implementation

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

Implementation

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