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