menu
graphite package
documentation
graphite_edges_painter.dart
ArcPoint
ArcPoint constructor
ArcPoint constructor
dark_mode
light_mode
ArcPoint
constructor
ArcPoint
(
Offset
end
,
double
radius
,
bool
clockwise
)
Implementation
ArcPoint(this.end, this.radius, this.clockwise) : super(end.dx, end.dy);
graphite package
documentation
graphite_edges_painter
ArcPoint
ArcPoint constructor
ArcPoint class