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