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