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