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