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