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