DualArcPainter constructor

DualArcPainter({
  1. required Color color1,
  2. required Color color2,
  3. required double strokeWidth,
  4. required double expansionValue,
})

Implementation

DualArcPainter({
  required this.color1,
  required this.color2,
  required this.strokeWidth,
  required this.expansionValue,
});