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