RotatingExpandingArcPainter constructor

RotatingExpandingArcPainter({
  1. required Color color,
  2. required double strokeWidth,
  3. required double clipValue,
  4. required double offsetAngle,
})

Implementation

RotatingExpandingArcPainter({
  required this.color,
  required this.strokeWidth,
  required this.clipValue,
  required this.offsetAngle,
});