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