webkitBorderBottomLeftRadius property

String webkitBorderBottomLeftRadius

@deprecated This is a legacy alias of borderBottomLeftRadius.

MDN Reference

Implementation

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

Implementation

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