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