Arc class

Implemented types

Constructors

Arc({num innerRadius = 0, num outRadius = 0, num startAngle = 0, num sweepAngle = 0, num cornerRadius = 0, num padAngle = 0, Offset center = Offset.zero})

Properties

center Offset
final
cornerRadius num
final
endAngle double
no setter
hashCode int
The hash code for this object.
no setterinherited
innerRadius num
final
outRadius num
final
padAngle num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAngle num
final
sweepAngle num
final

Methods

arc() Path
arcOpen() Path
centroid() Offset
copy({num? innerRadius, num? outRadius, num? startAngle, num? sweepAngle, num? cornerRadius, num? padAngle, Offset? center}) Arc
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
path(bool close) Path
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited