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