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