actualXRadius property

num actualXRadius

This read-only property is the effective X radius that may have been calculated by the layout.

Implementation

_i2.num get actualXRadius => _i4.getProperty(
      this,
      'actualXRadius',
    );
void actualXRadius=(num value)

Implementation

set actualXRadius(_i2.num value) {
  _i4.setProperty(
    this,
    'actualXRadius',
    value,
  );
}