borderBottomLeftRadius property

String borderBottomLeftRadius

Implementation

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

Implementation

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