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