ArcToPoint class

Implemented types

Constructors

ArcToPoint(double x, double y, {required Radius radius, required double rotation, required bool largeArc, required bool clockwise})
const

Properties

clockwise bool
final
hashCode int
The hash code for this object.
no setterinherited
largeArc bool
final
radius Radius
final
rotation double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
final
y double
final

Methods

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

Operators

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