topLeftRadius property

num get topLeftRadius

Implementation

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

Implementation

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