ArcLine constructor
ArcLine({
- required double length,
- ArcLineStyle? style = const ArcLineStyle(),
Implementation
ArcLine({
required this.length,
this.style = const ArcLineStyle(),
});