ArcToPoint constructor
const
ArcToPoint(})
Implementation
const ArcToPoint(
this.x,
this.y, {
required this.radius,
required this.rotation,
required this.largeArc,
required this.clockwise,
});
const ArcToPoint(
this.x,
this.y, {
required this.radius,
required this.rotation,
required this.largeArc,
required this.clockwise,
});