svgArc property

EnumValue svgArc

For drawing an SVG arc segment, a value for PathSegment#type.

See: SVG Arc specification (w3.org)

Implementation

static _i3.EnumValue get svgArc => _i4.getProperty(
      _declaredPathSegment,
      'SvgArc',
    );
void svgArc=(EnumValue value)

Implementation

static set svgArc(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredPathSegment,
    'SvgArc',
    value,
  );
}