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