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