bottomLeftRadius property

num get bottomLeftRadius

Implementation

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

Implementation

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