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