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