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