bottomRightRadius property

num get bottomRightRadius

Implementation

_i2.num get bottomRightRadius => _i5.getProperty(
      this,
      'bottomRightRadius',
    );
set bottomRightRadius (num value)

Implementation

set bottomRightRadius(_i2.num value) {
  _i5.setProperty(
    this,
    'bottomRightRadius',
    value,
  );
}