ArcData class

Information about the arc properties of an ellipse. 0° is the x axis and increasing angles rotate clockwise.

Available Extensions
Annotations
  • @JsonSerializable()
  • @CopyWith()

Constructors

ArcData({required double startingAngle, required double endingAngle, required double innerRadius})
ArcData.fromJson(Map<String, dynamic> json)
factory

Properties

endingAngle double
End of the sweep in radians.
final
hashCode int
The hash code for this object.
no setterinherited
innerRadius double
Inner radius value between 0 and 1.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startingAngle double
Start of the sweep in radians.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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