topRightRadius property

num get topRightRadius

Implementation

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

Implementation

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