radiusX property

num radiusX

Gets or sets the X 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 radiusX => _i4.getProperty(
      this,
      'radiusX',
    );
void radiusX=(num value)

Implementation

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