ArcLineStyle constructor

const ArcLineStyle({
  1. Color? color,
  2. double thickness = 2,
})

Implementation

const ArcLineStyle({
  Color? color,
  this.thickness = 2,
}) : color = color ?? const Color(0xFFFFFFFF);