borderTopRightRadius property

String borderTopRightRadius

Implementation

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

Implementation

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