arc property
EnumValue
get
arc
For drawing an arc segment, a value for PathSegment#type.
Implementation
static _i3.EnumValue get arc => _i4.getProperty(
_declaredPathSegment,
'Arc',
);
set
arc
(EnumValue value)
Implementation
static set arc(_i3.EnumValue value) {
_i4.setProperty(
_declaredPathSegment,
'Arc',
value,
);
}