radiusY property
num
get
radiusY
Gets or sets the Y value of the radius for a PathSegment of type PathSegment.Arc|Arc or PathSegment.SvgArc|SvgArc. Value must be a positive number.
Implementation
_i2.num get radiusY => _i4.getProperty(
this,
'radiusY',
);
set
radiusY
(num value)
Implementation
set radiusY(_i2.num value) {
_i4.setProperty(
this,
'radiusY',
value,
);
}