actualYRadius property
num
get
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',
);
set
actualYRadius
(num value)
Implementation
set actualYRadius(_i2.num value) {
_i4.setProperty(
this,
'actualYRadius',
value,
);
}