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