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