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