webkitBorderTopLeftRadius property

String get webkitBorderTopLeftRadius

@deprecated This is a legacy alias of borderTopLeftRadius.

MDN Reference

Implementation

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

Implementation

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