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