ArrowsHAltPainter constructor

const ArrowsHAltPainter({
  1. Listenable? repaint,
  2. required Color color,
})

Implementation

const ArrowsHAltPainter({
  super.repaint,
  required this.color,
});