ArcDataHolder class

Holder object of the start/end angles of the path alongside with path data itself that is mostly required for hit testing.

Constructors

ArcDataHolder(double startAngle, double endAngle, Path path)
Constructs an instance of ArcDataHolder.
const

Properties

endAngle double
End andgle of the path.
final
hashCode int
The hash code for this object.
no setterinherited
path Path
Path.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAngle double
Start andgle of the path.
final

Methods

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

Operators

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