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