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