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