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