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