CircleLayerPainter constructor
const
CircleLayerPainter({
- Listenable? repaint,
- required Color color,
Implementation
const CircleLayerPainter({
super.repaint,
required this.color,
});