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