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