borderTopLeftRadius property

String borderTopLeftRadius

Implementation

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

Implementation

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