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