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