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