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