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