CircleRingPainter constructor

CircleRingPainter({
  1. required Color innerColor,
})

Implementation

CircleRingPainter({required this.innerColor});