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