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