actualYRadius property

num actualYRadius

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

Implementation

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

Implementation

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