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