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