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