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