arc property

EnumValue arc

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

Implementation

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

Implementation

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