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