ArcLine constructor

ArcLine({
  1. required double length,
  2. ArcLineStyle? style = const ArcLineStyle(),
})

Implementation

ArcLine({
  required this.length,
  this.style = const ArcLineStyle(),
});