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