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